0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Re-enable support for custom text selection actions

This commit is contained in:
yellowjello 2023-05-06 14:45:46 -07:00 committed by Brayan Oliveira
parent be7bb3ea8e
commit 20a8394b42

View File

@ -70,6 +70,10 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT" />
<data android:mimeType="text/plain" />
</intent>
</queries>
<!--