Signal-Android/app/src/main/res/xml/shortcuts.xml

7 lines
368 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
2022-04-22 16:35:26 -03:00
<share-target android:targetClass="org.thoughtcrime.securesms.sharing.v2.ShareActivity">
<data android:mimeType="*/*" />
<category android:name="org.thoughtcrime.securesms.sharing.CATEGORY_SHARE_TARGET" />
</share-target>
</shortcuts>