Hello,
Could it be a good idea that the Permissions window (List permissions button) would be not a modal one ?
Or, perhaps that we could extract the dangerous permissions at once without duplicates ?
For example, when using the RuntimePermissions, that's a in and out opening and closing the window to find the once not already checked by code. And it can be long because the permissions are sometimes repeated (example below where PERMISSION_ACCESS_COARSE_LOCATION is displayed three times)
Having them listed is great but if we could perhaps extract them we could spare some time/efforts.
Could it be a good idea that the Permissions window (List permissions button) would be not a modal one ?
Or, perhaps that we could extract the dangerous permissions at once without duplicates ?
For example, when using the RuntimePermissions, that's a in and out opening and closing the window to find the once not already checked by code. And it can be long because the permissions are sometimes repeated (example below where PERMISSION_ACCESS_COARSE_LOCATION is displayed three times)
Having them listed is great but if we could perhaps extract them we could spare some time/efforts.