We have released an application recently and few of the users are reporting that the application is not usable after the device goes idle when the app is in open state.
We have done R & D on this issue and we have even called super.onResume() on onResume method which was one of the suggestion from other posts.
**Additional information : when the device goes idle, below are the state of the app
- no threads are running
- no HTTP server calls are made
- app running based on the data in the internal SQLite database
**
Any thoughts on the root cause of the issue and solution?
It would great to find the root cause when we know the list of things changed/state changes when an android device goes idle?