Skip to content

Instantly share code, notes, and snippets.

@smoralb
Last active April 5, 2022 16:17
Show Gist options
  • Save smoralb/24da578b5ba54a39fc823b731c622034 to your computer and use it in GitHub Desktop.
Save smoralb/24da578b5ba54a39fc823b731c622034 to your computer and use it in GitHub Desktop.
<receiver android:name=".MyBroadcastReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment