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

Number with Comma (9,999)

Get Percent of the Number (98%)

Get X, Y Position of Layout