This is to try and address the "java.lang.SecurityException: Not allowed to bind to service Intent" error when using the spiel screen reader.master
<service | <service | ||||
android:name=".TtsService" | android:name=".TtsService" | ||||
android:label="@string/app_name" | android:label="@string/app_name" | ||||
android:exported="false" > | |||||
android:exported="false" | |||||
android:process=":texttospeech" > | |||||
<intent-filter> | <intent-filter> | ||||
<action android:name="android.intent.action.TTS_SERVICE" /> | <action android:name="android.intent.action.TTS_SERVICE" /> | ||||