Created
August 20, 2021 15:01
-
-
Save gokmenbayram/9ff35fba33123be41daa4a6758dcf791 to your computer and use it in GitHub Desktop.
MainActivity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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