Is there any way we can acquire a Partial wacklock when the device goes into a deep sleep mode without triggering a screen ON?
Acquiring the wakelock seems to work only if the device is awake (screen Off).
I need to keep the screen Off.
Edit: I'm editing my question to share my conclusion, i was looking for a way to wake-up the device from the deep sleep with a partial lock, but i was on the wrong way, my real issue was related to handling the Volume buttons key on deep sleep, it seems impossible since Android does NOT broadcast Volume button events on Deep sleep.