• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps What is "HOLD MODE" on Samsung Devices?

zoneweb

Lurker
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?

:(
 
Hi zoneweb,

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.

I'm not much of a developer, but hopefully this can get you pointed in the right direction. :)
 
Back
Top Bottom