Skip to content

Commit

Permalink
Merge pull request #136 from anjalsaneen/patch-1
Browse files Browse the repository at this point in the history
Fix: Vulnerable exported broadcast receiver
  • Loading branch information
kaushikgopal authored Oct 8, 2021
2 parents 44a3135 + 765a127 commit ddde9c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

<application>
<!-- Start the Service if applicable on boot -->
<receiver android:name=".BootCompletedBroadcastReceiver">
<receiver android:name=".BootCompletedBroadcastReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
Expand Down

0 comments on commit ddde9c4

Please sign in to comment.