Adroid Config

This commit is contained in:
2025-02-05 16:08:20 +02:00
parent 1c01e1dbe1
commit dff6a3be05
4 changed files with 10 additions and 0 deletions

View File

@@ -64,5 +64,9 @@
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<!-- Text to speech android 11 -->
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>
</manifest>