-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Still Sleeping after period of time #8
Comments
Looks like im still running the older version and getting reports that after a while the phone is still sleeping. |
Care to share a repo and steps to reproduce this? |
working on that. Just getting enough reports if it that hard to say its just 1 user manually turning off the screen. Do you know if there is anything on Android that would override the flag "FLAG_KEEP_SCREEN_ON" ? |
No. I'm also interested to learn if you think this is specific to a version. |
Im running tests right now but the users say that it happens about 30+mins or so of inactivity and they are also switching between apps constantly som im going to run through a battery of tests and let you know what i find if anything |
OK. The expected behaviour is that if your app is in the foreground and you use |
thats what im am trying to confirm if it slept on my app or another one. |
@EddyVerbruggen
I know why you added the code to check for foreground activity to keepawake or sleep when the app is not active but for me this defeats the whole purpose of the plugin. Can we either revert back to the older version or add a flag to disable this activity check?
The text was updated successfully, but these errors were encountered: