Wish Permissions window not modal ?

lemonisdead

Well-Known Member
Licensed User
Longtime User
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.

 

NJDude

Expert
Licensed User
Longtime User
I think a better idea would be to have a DETAILED and SUMMARY, the way it is now it is indeed useful since it displays the permissions needed by each library, but I also agree that a list displaying only the "dangerous" ones makes things easier to handle.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…