Closed standevo closed 4 years ago
What OS is this on?
@NathanaelA, Hi, I have this problem on Android (simulator & device)
Can you try the demo and see what happens?
Demo doesn't use any hasPermission method only request
I just realized you asked about the WRITE_SETTINGS
-- that is a WEIRD special permission. Checking the code hasPermission does not have the code in it to check for it...
This has been fixed in v1.3.9 and the demo has been updated to show and use hasPermission
permissions.hasPermission(android.Manifest.permission.WRITE_SETTINGS) returns always false even if the permission was granted before