Accept text shared by other apps.

This commit is contained in:
akwizgran
2018-09-25 13:22:44 +01:00
committed by Torsten Grote
parent 416f023fb4
commit 2546f8c2f8
2 changed files with 14 additions and 0 deletions

View File

@@ -438,6 +438,11 @@
<intent-filter>
<data android:scheme="briar"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="text/plain"/>
</intent-filter>
</activity>
</application>