Reputation: 1222
How can we turn automatic brightness off in android?
Upvotes: 14
Views: 6955
Reputation: 2333
Settings.System.putInt(getContentResolver(),
Settings.System.SCREEN_BRIGHTNESS_MODE, Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
Upvotes: 23