My app got rejected from Samsung's app store because it didn't pause on "Hold mode". Anyone familiar with Samsung devices know what this is? Is this a programmatically implemented feature or some special hardware event I have to capture?
I found this document from Samsung which then links to this document from Google discussing the proper use of the activity lifecycle. I think you'll want to pay particular attention to the Pause/Resume portions.
I also found a topic on Stack Overflow which seems to address a similar question:
You have to handle the pause/resume states of the activity cycle by implementing the onPause and onResume methods.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.