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:
Brett Chabot
2010-04-08 12:09:48 -07:00
committed by Android Git Automerger

View 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>