Skip to main content
Inspiring
March 20, 2012
Question

android call interupt

  • March 20, 2012
  • 1 reply
  • 484 views

So I had an app rejected on amazon app store and the reason given was:

"The app is unable to handle incoming call interrupt gracefully; app runs in the background even on receiving a call interrupt. Please follow the steps to reproduce: 1. Start the application. 2. Select the difficulty level. 3. Make a call to the device and observe that after call,the game was running in background. "

I don't get that? Surely its desirable to have the application still running in the background so that when they finsih the call they can press the app and it will pick off exactly where they left off? There aren't any sounds playing in the app so it's litterally just that it will go back to the same state when it is turned on again.

Do amazon prefer the app to end completely when shut down? If so what do I put in the code to stop it resuming by default?

This topic has been closed for replies.

1 reply

Inspiring
March 20, 2012

maybe they are saying it gives the impression the game was running, as in you lost time+position in the game. Sounds to me a "paused" screen of some sort is what they might be looking for?