OSDN Git Service

First stab at a sample voice recognition service to show the skeleton for how
authorMike LeBeau <mlebeau@android.com>
Fri, 12 Feb 2010 06:58:29 +0000 (22:58 -0800)
committerMike LeBeau <mlebeau@android.com>
Fri, 12 Feb 2010 06:58:29 +0000 (22:58 -0800)
commit6774fcffa45e06d92993fa4381d90939495da431
treeb10a51b967b137713a8442dd2b6392677c53883b
parent8789080d4f31cef83c170969ece8ed2df9b70950
First stab at a sample voice recognition service to show the skeleton for how
to set up such a thing and expose its settings activity, etc.
samples/VoiceRecognitionService/Android.mk [new file with mode: 0755]
samples/VoiceRecognitionService/AndroidManifest.xml [new file with mode: 0644]
samples/VoiceRecognitionService/_index.html [new file with mode: 0644]
samples/VoiceRecognitionService/res/values/strings.xml [new file with mode: 0644]
samples/VoiceRecognitionService/res/xml/preferences.xml [new file with mode: 0644]
samples/VoiceRecognitionService/res/xml/recognizer.xml [new file with mode: 0644]
samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/VoiceRecognitionService.java [new file with mode: 0644]
samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/VoiceRecognitionSettings.java [new file with mode: 0644]