Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created November 8, 2024 13:04
Show Gist options
  • Save skydoves/4be1b8da508f43bc2a49c0b3bb5a428b to your computer and use it in GitHub Desktop.
Save skydoves/4be1b8da508f43bc2a49c0b3bb5a428b to your computer and use it in GitHub Desktop.
intent_implicit
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