|
|
@@ -18,7 +18,6 @@ |
|
|
|
<service |
|
|
|
android:name=".TtsService" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:exported="false" |
|
|
|
android:process=":texttospeech" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.TTS_SERVICE" /> |
|
|
@@ -33,8 +32,7 @@ |
|
|
|
|
|
|
|
<activity |
|
|
|
android:name=".DownloadVoiceData" |
|
|
|
android:theme="@android:style/Theme.Dialog" |
|
|
|
android:exported="false" > |
|
|
|
android:theme="@android:style/Theme.Dialog" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.speech.tts.engine.INSTALL_TTS_DATA" /> |
|
|
|
|
|
|
@@ -43,8 +41,7 @@ |
|
|
|
</activity> |
|
|
|
<activity |
|
|
|
android:name=".CheckVoiceData" |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" |
|
|
|
android:exported="false" > |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.speech.tts.engine.CHECK_TTS_DATA" /> |
|
|
|
|
|
|
@@ -53,8 +50,7 @@ |
|
|
|
</activity> |
|
|
|
<activity |
|
|
|
android:name=".GetSampleText" |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" |
|
|
|
android:exported="false" > |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.speech.tts.engine.GET_SAMPLE_TEXT" /> |
|
|
|
|
|
|
@@ -63,8 +59,7 @@ |
|
|
|
</activity> |
|
|
|
<activity |
|
|
|
android:name=".TtsSettingsActivity" |
|
|
|
android:label="@string/tts_settings_label" |
|
|
|
android:exported="false" > |
|
|
|
android:label="@string/tts_settings_label" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.speech.tts.engine.CONFIGURE_ENGINE" /> |
|
|
|
|
|
|
@@ -85,8 +80,7 @@ |
|
|
|
<activity |
|
|
|
android:name=".eSpeak" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" |
|
|
|
android:exported="false" > |
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" > |
|
|
|
<intent-filter> |
|
|
|
<action android:name="android.intent.action.START_TTS_ENGINE" /> |
|
|
|
|
|
|
@@ -135,8 +129,7 @@ |
|
|
|
|
|
|
|
<provider |
|
|
|
android:name="com.reecedunn.espeak.providers.SettingsProvider" |
|
|
|
android:authorities="com.reecedunn.espeak.providers.SettingsProvider" |
|
|
|
android:exported="false" /> |
|
|
|
android:authorities="com.reecedunn.espeak.providers.SettingsProvider" /> |
|
|
|
</application> |
|
|
|
|
|
|
|
</manifest> |