Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4a0a7a46 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #8780 from akash0228/fix-issue-8778

Fix Thunderbird not respecting PROCESS_TEXT action in the text selection toolbar
parents ab24f72f dfe5f48a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>