Skip to content

Commit

Permalink
Merge pull request #1177 from wallabag/fix_custom_text_selection_actions
Browse files Browse the repository at this point in the history
Fix custom text selection actions on Android 11+
  • Loading branch information
tcitworld authored Jun 18, 2021
2 parents 6c6d90f + be409e2 commit cd242ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
</queries>

<application
Expand Down

0 comments on commit cd242ba

Please sign in to comment.