Skip to content

Commit 25cf8c3

Browse files
committed
chore: adding TTS_SERVICE to AndroidManifest.xml
1 parent 55d77d3 commit 25cf8c3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
<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>
27
</manifest>

0 commit comments

Comments
 (0)