Skip to content

Commit

Permalink
Updated Manifest to be able to use the TTS feature with Android 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
to268 committed May 9, 2023
1 parent 8ef4a66 commit 30700fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android-smsmms/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
package="com.klinker.android.send_message"
xmlns:android="http://schemas.android.com/apk/res/android">

<queries>
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
</queries>

<application>

<provider android:name=".MmsFileProvider"
Expand Down

0 comments on commit 30700fe

Please sign in to comment.