How can we turn automatic brightness off in android?
How can we turn automatic brightness off in android开发者_高级运维?
Settings.System.putInt(getContentResolver(), 
    Settings.System.SCREEN_BRIGHTNESS_MODE, Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论