Change VoiceRecognitionService sample to use API 8 instead of froyo.
Bug 2581621 Change-Id: Idab0afe6e6c85edba9d2af3d9d5961fe77d1ea14
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.example.android.voicerecognitionservice">
|
package="com.example.android.voicerecognitionservice">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="Froyo" />
|
<uses-sdk android:minSdkVersion="8" />
|
||||||
|
|
||||||
<application>
|
<application>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user