Skip to content

Instantly share code, notes, and snippets.

@gokmenbayram
Created August 20, 2021 15:01
Show Gist options
  • Save gokmenbayram/9ff35fba33123be41daa4a6758dcf791 to your computer and use it in GitHub Desktop.
Save gokmenbayram/9ff35fba33123be41daa4a6758dcf791 to your computer and use it in GitHub Desktop.
MainActivity
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.main)
val action: String? = intent?.action
val data: Uri? = intent?.data
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment