Skip to content

Commit

Permalink
Fix sharing export flag (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Oct 31, 2021
1 parent 39689a8 commit ef06cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Expand Up @@ -314,7 +314,7 @@
android:label="@string/nfc_title_nfc_setup" />

<activity android:name=".share.ShareActivity"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit ef06cf4

Please sign in to comment.