Fix Signal Direct Share Shortcuts not appearing in Android Sharesheet.

Fixes #11537
This commit is contained in:
Niel Thiart
2021-08-11 22:52:47 +02:00
committed by Greyson Parrelli
parent 17b568e6d1
commit 31e0f3edfb
4 changed files with 100 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<share-target android:targetClass="org.thoughtcrime.securesms.sharing.ShareActivity">
<data android:mimeType="*/*" />
<category android:name="org.thoughtcrime.securesms.sharing.CATEGORY_SHARE_TARGET" />
</share-target>
</shortcuts>