Skip to content

Instantly share code, notes, and snippets.

@sathyapriya31
Last active December 7, 2017 05:54
Show Gist options
  • Save sathyapriya31/615f71ab4998dd42336e085846796a67 to your computer and use it in GitHub Desktop.
Save sathyapriya31/615f71ab4998dd42336e085846796a67 to your computer and use it in GitHub Desktop.
Uri IntentUri = Uri.parse("link://exampleurl/details");
Intent intent = new Intent(Intent.ACTION_VIEW, IntentUri);
intent.setPackage(“com.shooter”);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment