hmm-umm / Android-LockScreenSample-DisableHomeButtonKey

Android LockScreen Sample Using Service - Disable HomeButton or HomeKey
Apache License 2.0
460 stars 126 forks source link

The screen is not turned off automatically as regular lock screen #11

Closed thanhbinh84 closed 6 years ago

thanhbinh84 commented 6 years ago

As usual, the lock screen will be turned off automatically after 10s to save phone battery. We can toggle this feature on activity with the flag FLAG_KEEP_SCREEN_ON, but it seems we couldn't with window manager.

Is there anyway to turn off screen after 10s? Thanks

thanhbinh84 commented 6 years ago

It could be done with this approach: https://stackoverflow.com/a/13696998/578309