I am working on an android project where I am using PowerManager.FULL_WAKE_LOCK to make sure the screen stays on at all times.
I was wondering if the user locks the device while the wake lock has been aquired whether the wakelock will automatically be released or whether I would need to handle this myself.
I did a google search but couldn't come up with anything.
Thanks