Skip to content

Commit

Permalink
fix(share_plus): Set exported=false for BroadcastReceiver on Android (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen committed Mar 17, 2023
1 parent 8a68163 commit 19b136d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</provider>
<!-- This manifest declared broadcast receiver allows us to use an explicit
Intent when creating a PendingItent to be informed of the user's choice -->
<receiver android:name=".SharePlusPendingIntent" android:exported="true">
<receiver android:name=".SharePlusPendingIntent" android:exported="false">
<intent-filter>
<action android:name="EXTRA_CHOSEN_COMPONENT" />
</intent-filter>
Expand Down

0 comments on commit 19b136d

Please sign in to comment.