Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 23, 2022 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/274fd70bb9fb33330aae7304dd375f2c to your computer and use it in GitHub Desktop.
Save skydoves/274fd70bb9fb33330aae7304dd375f2c to your computer and use it in GitHub Desktop.
broadcast_receiver_example
class MyBroadcastReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {
// do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment