aboutsummaryrefslogtreecommitdiffstats
path: root/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/AndroidManifest.xml')
-rw-r--r--main/AndroidManifest.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/AndroidManifest.xml b/main/AndroidManifest.xml
index 0f1afcd..085f2b3 100644
--- a/main/AndroidManifest.xml
+++ b/main/AndroidManifest.xml
@@ -230,6 +230,10 @@
<activity
android:name=".ImageSelectActivity"
android:label="@string/log_image">
- </activity>
- </application>
+ </activity>
+ <service
+ android:name=".speech.SpeechService"
+ android:label="@string/tts_service" >
+ </service>
+</application>
</manifest>