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
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.
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.