Skip to content

Commit

Permalink
android: Enable receiving 'shares' from other apps.
Browse files Browse the repository at this point in the history
All concerning bugs preventing the launch of this issue have been
fixed in the previous commits.

This does not include Sharing Multiple Files.

Fixes: #117
  • Loading branch information
AkashDhiman authored and gnprice committed Jul 19, 2021
1 parent 7b078c1 commit 2f3b667
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 @@ -66,13 +66,11 @@
android:label="@string/app_name"
android:launchMode="standard"
>
<!-- 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 2f3b667

Please sign in to comment.