mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-02 06:33:38 +01:00
Fix Signal Direct Share Shortcuts not appearing in Android Sharesheet.
Fixes #11537
This commit is contained in:
committed by
Greyson Parrelli
parent
17b568e6d1
commit
31e0f3edfb
7
app/src/main/res/xml/shortcuts.xml
Normal file
7
app/src/main/res/xml/shortcuts.xml
Normal 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>
|
||||
Reference in New Issue
Block a user