Skip to content

Commit be409e2

Browse files
committed
Fix custom text selection actions on Android 11+
1 parent 6c6d90f commit be409e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<intent>
1515
<action android:name="android.intent.action.TTS_SERVICE" />
1616
</intent>
17+
<intent>
18+
<action android:name="android.intent.action.PROCESS_TEXT" />
19+
<data android:mimeType="text/plain" />
20+
</intent>
1721
</queries>
1822

1923
<application

0 commit comments

Comments
 (0)