Skip to content

Commit

Permalink
fix android exported=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Filippi committed Jan 10, 2022
1 parent b600d89 commit 0c879e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@


<config-file target="AndroidManifest.xml" parent="/*/application">
<receiver android:name="nl.xservices.plugins.ShareChooserPendingIntent" android:enabled="true" android:export="true">
<receiver android:name="nl.xservices.plugins.ShareChooserPendingIntent" android:enabled="true" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND"/>
</intent-filter>
Expand Down

0 comments on commit 0c879e2

Please sign in to comment.