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

Commit dfe5f48a authored by akash's avatar akash
Browse files

fix for Thunderbird not respecting PROCESS_TEXT #8778

parent bd57afde
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>