Skip to content

Instantly share code, notes, and snippets.

@frhan
Created September 23, 2014 23:28
Show Gist options
  • Save frhan/46dad51524c957a6fe71 to your computer and use it in GitHub Desktop.
Save frhan/46dad51524c957a6fe71 to your computer and use it in GitHub Desktop.
clear all task
public void setCurrentWithClearTop(Class<?> klass,Bundle b)
{
Intent intentToBeNewRoot = new Intent(this, klass);
ComponentName cn = intentToBeNewRoot.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