I have an issue where the lowest the screen brightness can go is the brightness the user has set on their phone.
I'm doing this :
Screen.setBrightness(0.0);
Setting the brightness to max does work, however.
Screen.setBrightness(1.0);
Running Android 10
Works on iOS