mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 00:37:47 +00:00
Only receive text/plain.
At the moment only text/plain is handled in RoutingActivity, so set filter in manifest accordingly. This prevents #316. But at some point sharing text/calendar or better */* would be nice... // FREEBIE
This commit is contained in:
parent
054fcdca8d
commit
ea8a1bae46
@ -69,7 +69,7 @@
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data android:mimeType="audio/*" />
|
||||
<data android:mimeType="image/*" />
|
||||
<data android:mimeType="text/*" />
|
||||
<data android:mimeType="text/plain" />
|
||||
<data android:mimeType="video/*" />
|
||||
</intent-filter>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user