问题 I want to "minimize" the application, leaving it in background doing exactly the same that when the ghostbutton mode is pressed when the user clicks a button (but don't finish it) How can I do that? So far I'm able to create a Activity . I've initialize my members and load the WebView with "https://www.youtube.com". I'm also able to create a Service that lets me minimize the Activity , but what I want is to minimize the Activity that I've my WebView loaded. Problem When the Activity paused,