issue-614 add receiver for share intent (#1078)

This commit is contained in:
Simon Rusinov
2022-10-15 00:33:59 +05:00
committed by GitHub
parent 8e6e83dfc6
commit ebedb43e72
4 changed files with 95 additions and 41 deletions

View File

@@ -33,6 +33,12 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="image/*" />
</intent-filter>
</activity>
<activity
android:name=".AboutActivity"