Skip to content

Commit

Permalink
fix for Thunderbird not respecting PROCESS_TEXT #8778
Browse files Browse the repository at this point in the history
  • Loading branch information
akash committed Jan 30, 2025
1 parent bd57afd commit dfe5f48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app-common/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@
android:usesCleartextTraffic="true"
/>

<queries>
<!-- Allow access to external text processing actions so they can be displayed in the text selection toolbar -->
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
</queries>

</manifest>

0 comments on commit dfe5f48

Please sign in to comment.