1 package expo.modules.brightness 2 3 import expo.modules.kotlin.exception.CodedException 4 5 class BrightnessPermissionsException : 6 CodedException("WRITE_SETTINGS permission has not been granted") 7
1 package expo.modules.brightness 2 3 import expo.modules.kotlin.exception.CodedException 4 5 class BrightnessPermissionsException : 6 CodedException("WRITE_SETTINGS permission has not been granted") 7