How can we turn automatic brightness off in android?
Navigate to Settings, and then tap Display. Tap the switch next to Adaptive brightness to turn the setting off.
Settings.System.putInt(getContentResolver(),
Settings.System.SCREEN_BRIGHTNESS_MODE, Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With