android - application should minimize on backkey press -
I have a requrement in my application, if I suppress the backkey application, then I should not quit (as I have Instead of just one activity app, it should reduce the application, such as with the Home key press, any help is being appreciated.
Override public null at @BackPressed () {moveTaskToBack (true); }
Comments
Post a Comment