Skip to content

Instantly share code, notes, and snippets.

@sangcomz
Last active November 9, 2015 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangcomz/754c43016618fe4e9045 to your computer and use it in GitHub Desktop.
Save sangcomz/754c43016618fe4e9045 to your computer and use it in GitHub Desktop.
android package restart
Intent intent = new Intent(getApplicationContext(), SplashActivity.class);
ComponentName cn = intent.getComponent();
Intent mainIntent = IntentCompat.makeRestartActivityTask(cn);startActivity(mainIntent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment