android call interupt
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?
