Skip to content

Commit

Permalink
android: Enable receiving 'shares' from other apps.
Browse files Browse the repository at this point in the history
This feature was marked as experimental because of several small
bugs. These have been fixed in the preceeding commits. So, remove
the comment that disables it.

Fixes: #117
  • Loading branch information
agrawal-d authored and gnprice committed Jul 22, 2020
1 parent 21a6713 commit 1ace60a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="zulip" android:host="login" />
</intent-filter>
<!-- Disabled while the feature is experimental. See #117 and #4124.
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
</intent-filter>
-->
</activity>

<service android:name=".notifications.NotificationIntentService" />
Expand Down

0 comments on commit 1ace60a

Please sign in to comment.