-
-
Save skydoves/4be1b8da508f43bc2a49c0b3bb5a428b to your computer and use it in GitHub Desktop.
intent_implicit
This file contains 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
val intent = Intent(Intent.ACTION_VIEW) | |
intent.data = Uri.parse("https://www.example.com") | |
startActivity(intent) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment