We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d77d3 commit 25cf8c3Copy full SHA for 25cf8c3
1 file changed
android/src/main/AndroidManifest.xml
@@ -1,2 +1,7 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <queries>
3
+ <intent>
4
+ <action android:name="android.intent.action.TTS_SERVICE" />
5
+ </intent>
6
+ </queries>
7
</manifest>
0 commit comments