fenster
fenster copied to clipboard
why does this library require android.permission.WRITE_SETTINGS?
to change brightness
https://github.com/malmstein/fenster/blob/master/library/src/main/java/com/malmstein/fenster/helper/BrightnessHelper.java#L11
But how come apps like MxPlayer don't need this permission?
I am not sure but I think MxPlayer changes the brightness of the media itself, while this one changes the brightness of the screen, which needs permission.