mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
d8913cf17e
Fix #1777
7 lines
281 B
XML
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>
|