How to Control Permissions Dialog

Hello everyone,
Can we show the permission only when required. Not forcing the users to accept all permissions at startup of app, before the requirements are needed.
So we can notify users why the permissions asked are necessary. Something like this


Thanks in advance :+1:

1 Like

Here is the main point i want to hear from staffs

1 Like

We have to wait until someone develop a new Permission System

1 Like

You notice even adding this, it would still be using Runtime Permissions. This would be only used for if they denied them and you’d like to ask in app.

1 Like

Yes atleast we would know, which permissions are been denied by the user. And we can ask for permissions again.

1 Like

Yes, but you would have to use the Ask For Permission block to be able to see if they accepted or denied the permission if I didn’t add that part.

1 Like

why would you ask again for that. i think this is not a good user expierence if yiu gets asked again.This is my oppinion not more.

If i want to store in TinyDB and user rejects permission , then we need to ask user to accept only storage permission at that moment. But Kodular forces to accept all permissions to know if app got permissions or not.

1 Like