Skip to content

Instantly share code, notes, and snippets.

@talosdev
Created April 6, 2016 17:28
Show Gist options
  • Save talosdev/c375e00fc87fd58bdaae1044f4828329 to your computer and use it in GitHub Desktop.
Save talosdev/c375e00fc87fd58bdaae1044f4828329 to your computer and use it in GitHub Desktop.
On logout, when we want to clear the back stack and navigate to a different Activity, the following Intents must be used
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP |
Intent.FLAG_ACTIVITY_CLEAR_TASK |
Intent.FLAG_ACTIVITY_NEW_TASK);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment