Skip to content

Instantly share code, notes, and snippets.

@Arunshaik2001
Created November 20, 2022 12:41
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 Arunshaik2001/aaeddcafb4cd257f736d6b56100df968 to your computer and use it in GitHub Desktop.
Save Arunshaik2001/aaeddcafb4cd257f736d6b56100df968 to your computer and use it in GitHub Desktop.
class MyBroadCastReceiver: BroadcastReceiver() {
override fun onReceive(p0: Context?, p1: Intent?) {
val actionString = p1?.action
Log.i("MyBroadCastReceiver",actionString?:"")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment