Avoid BackPressed Restart

 Avoid BackPressed Restart


This simple code will save you from your app being restarted when pressed the back button.

Codes:
Put this code inside your OnBackPressed Activity:
moveTaskToBack(true);

Comments

Popular posts from this blog

Status Bar Text Visibility

Get X, Y Position of Layout

onTouchListener Hover Effect