feat(tts): ensure Android default TTS engine is set before speaking

This commit is contained in:
cogwheel0
2025-11-21 12:20:01 +05:30
parent f11f9c6558
commit 36915fba09
2 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,9 @@
<intent>
<action android:name="android.speech.RecognitionService" />
</intent>
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>
<application