I want to “minimize” the application, leaving it in background doing exactly the same that when the home button is pressed when the user clicks a button (but don’t finish it) How can I do that?
I want to minimize the application, leaving it in background doing exactly the same
Share
You can use the
moveTaskToBack(boolean)method of Activity.