shripal
shripal

Reputation: 1222

How can we turn automatic brightness off in android?

How can we turn automatic brightness off in android?

Upvotes: 14

Views: 6955

Answers (1)

Dusty
Dusty

Reputation: 2333

Settings.System.putInt(getContentResolver(), 
    Settings.System.SCREEN_BRIGHTNESS_MODE, Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);

Upvotes: 23

Related Questions