Is there any way to get minimum display brightness value. Suppose from setting I set displaybrightnessseckbar to 0. But the android system does not make the systems brightness value to 0 rather it set it to a minimum display brightness value. this min display brightness value vary from device to device. How can I get this value
Share
You can use BRIGHTNESS_OVERRIDE_OFF (from the docs: indicating that the screen or button backlight brightness should be set to the lowest value when this window is in front.)
now you can call getAtributes and look what value the Device was set to.