Advertisement
Guest User

Untitled

a guest
Sep 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Flush out all sqlite data
  2. Flush out all pref data
  3.  
  4. Intent intent = new Intent(this, SplashActivity.class);
  5. intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TASK | Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_NEW_TASK);
  6. startActivity(intent);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement