Is it possible in Android to make the screen go black? You can set the brightness to a low level but you cannot dim it until it goes black. Of course I could create an activity with just a black screen but would prefer an API that simply turns the screen off but not power down the device.
Asked
Active
Viewed 2,363 times
6
-
I believe turning the backlight off only dims the screen (or am I wrong?). I want it to go entirely black. – Johann Nov 07 '13 at 06:35
-
I think locking phone will do the same – Chintan Rathod Nov 07 '13 at 06:37
-
1Someone had a similar question and a solution: http://stackoverflow.com/a/16034100/753632 – Johann Nov 07 '13 at 06:40
-
1possible duplicate of [Android - Turn off display without triggering sleep/lock screen - Turn on with Touchscreen](http://stackoverflow.com/questions/9538331/android-turn-off-display-without-triggering-sleep-lock-screen-turn-on-with-t) – Chintan Rathod Nov 07 '13 at 06:41