Skip to content

Instantly share code, notes, and snippets.

@imam-san
Created January 25, 2016 17:01
Show Gist options
  • Select an option

  • Save imam-san/9b3a2af562cc6c01e23f to your computer and use it in GitHub Desktop.

Select an option

Save imam-san/9b3a2af562cc6c01e23f to your computer and use it in GitHub Desktop.
Intent intent = new Intent();
intent.setComponent(new ComponentName("com.example", "com.example.MyExampleActivity"));
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment