am 3804ab42: Change VoiceRecognitionService sample to use API 8 instead of froyo.
Merge commit '3804ab420be1f7f3c49cd91b695800209db6a346' into froyo-plus-aosp * commit '3804ab420be1f7f3c49cd91b695800209db6a346': Change VoiceRecognitionService sample to use API 8 instead of froyo.
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