python-for-android
python-for-android copied to clipboard
FullScreen and wakeLock
Hello,
wakeLockAcquire doesn't seem to work when using FullScreenUI. I use
FullScreenUI (a great feature btw) to intercept some key events. Pressing a key
sends a signal to my computer, so I don't really need the screen of my phone.
Made some other scripts that use wakeLocks without FullScreenUI, and they work,
screen off.
Another quest, I noticed that when turning off then on the screen on a
FullScreenUI (or pressing the home button and returning to the sl4a process),
we're back to the console and not the FullScreenUI.
Thanks in advance.
Original issue reported on code.google.com by [email protected] on 29 Jul 2012 at 8:53