Avoid App Restart

Avoid App Restart



This problem happens when you click your app it will restart. To avoid this bug, all you have to do is to put this java code in your MainActivity.

Code:
if(!isTaskRoot()){
     finish();
     return;
}

Comments

Popular posts from this blog

Status Bar Text Visibility

Get X, Y Position of Layout

onTouchListener Hover Effect