Android screen never turns off
I have a problem with my Android app, it doesn't seem to let the screen turn off ever. What could be the cause for it? isn't the screen suppo开发者_如何学编程sed to turn off depending on the user's settings?
Thanks for your help!
Are you sure none of your views uses android:keepScreenOn
If you mean when it's connected to your dev PC via USB, then perhaps you can check whether Settings/Applications/Development/Stay Awake is set?
精彩评论