In the phone library I have noticed this:
KeepAlive (BrightScreen As Boolean)
Prevents the device from going to sleep.
Call ReleaseKeepAlive to release the power lock.
BrightScreen - Whether to keep the screen bright or dimmed.
What I'm trying to do is to keep the screen on but allowing the screen backlight to dim to save battery, so what should I replace "BrightScreen" with to be able to handle this?
Thank you
KeepAlive (BrightScreen As Boolean)
Prevents the device from going to sleep.
Call ReleaseKeepAlive to release the power lock.
BrightScreen - Whether to keep the screen bright or dimmed.
What I'm trying to do is to keep the screen on but allowing the screen backlight to dim to save battery, so what should I replace "BrightScreen" with to be able to handle this?
Thank you