OSDN Git Service

Change VoiceRecognitionService sample to use API 8 instead of froyo.
authorBrett Chabot <brettchabot@android.com>
Thu, 8 Apr 2010 18:32:08 +0000 (11:32 -0700)
committerBrett Chabot <brettchabot@android.com>
Thu, 8 Apr 2010 18:32:08 +0000 (11:32 -0700)
Bug 2581621

Change-Id: Idab0afe6e6c85edba9d2af3d9d5961fe77d1ea14

samples/VoiceRecognitionService/AndroidManifest.xml

index f6128fa..1efab79 100644 (file)
@@ -19,7 +19,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
         package="com.example.android.voicerecognitionservice">
 
-    <uses-sdk android:minSdkVersion="Froyo" />
+    <uses-sdk android:minSdkVersion="8" />
 
     <application>