Skip to content

Commit 3804ab4

Browse files
author
Brett Chabot
committed
Change VoiceRecognitionService sample to use API 8 instead of froyo.
Bug 2581621 Change-Id: Idab0afe6e6c85edba9d2af3d9d5961fe77d1ea14
1 parent 3356ba3 commit 3804ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/VoiceRecognitionService/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
package="com.example.android.voicerecognitionservice">
2121

22-
<uses-sdk android:minSdkVersion="Froyo" />
22+
<uses-sdk android:minSdkVersion="8" />
2323

2424
<application>
2525

0 commit comments

Comments
 (0)