Skip to content

Commit a53f336

Browse files
committed
android: Enable receiving 'shares' from other apps.
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
1 parent 670ac28 commit a53f336

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,11 @@
3333
<category android:name="android.intent.category.BROWSABLE" />
3434
<data android:scheme="zulip" android:host="login" />
3535
</intent-filter>
36-
<!-- Disabled while the feature is experimental. See #117 and #4124.
3736
<intent-filter>
3837
<action android:name="android.intent.action.SEND" />
3938
<category android:name="android.intent.category.DEFAULT" />
4039
<data android:mimeType="*/*" />
4140
</intent-filter>
42-
-->
4341
</activity>
4442

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

0 commit comments

Comments
 (0)