How can I implement adaptive brightness setting through my application to android device. I am able to change brightness level in manual mode. In case of automatic mode I am using sensor manager to detect ambient light sensor and according to light conditions the brightness should be set as well as the seekbar should also update.
Thanks