Change adaptive brightness level programmatically
问题 How can I change the adaptive brightness level programmatically, on Android Lollipop? I know how to change the manual brightness level , and to toggle on or off the adaptive brightness . It is done like that: Settings.System.putInt(cr, Settings.System.SCREEN_BRIGHTNESS, newLevel); However, with adaptive brightness is enabled, the OS combines it with another brightness level which is different than the manual one. Is there a way to do this? Target/min/max SDK is 21. 回答1: Don't know why but