Files
arcanechat-android/res/xml/shortcuts.xml
T
2021-10-13 17:33:55 +02:00

7 lines
281 B
XML

<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<share-target android:targetClass="org.thoughtcrime.securesms.ShareActivity">
<data android:mimeType="text/plain" />
<category android:name="android.shortcut.conversation" />
</share-target>
</shortcuts>