Skip to content

Commit

Permalink
Only receive text/plain.
Browse files Browse the repository at this point in the history
At the moment only text/plain is handled in RoutingActivity, so set filter in manifest accordingly.
This prevents signalapp#316. But at some point sharing text/calendar or better */* would be nice...

// FREEBIE
  • Loading branch information
DorianScholz committed Mar 4, 2014
1 parent 054fcdc commit ea8a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ea8a1ba

Please sign in to comment.