Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created September 24, 2021 08:21
Show Gist options
  • Save gokmenbayram/7e41d7b6c43115f8a2fce726b080a18c to your computer and use it in GitHub Desktop.
Save gokmenbayram/7e41d7b6c43115f8a2fce726b080a18c to your computer and use it in GitHub Desktop.
SmsReceiver.kt
class SmsReceiver: BroadcastReceiver() {
override fun onReceive(context: Context?, intent: Intent?) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment