I want to to get ALS(ambient light sensor) data for backlight reference before light up screen during wakeup
I read links for getting brightness level and setting up brightness in Change brightness according to surrounding light in android and Dr. Raymond M. Soneira's AutoBrightness_Controls
And I also find the comment in this code mAutomaticBrightnessController.configure
Seems the origin Android Auto Brightness Control disabled getting ALS data while wakeup
Is there any good way to add a ALS detection into the Android Auto Brightness Control while system wakeup?