Permission detector

how to make my App detect permission status like if I disable the permission from setting ,how to make my app detect that I have disable it so it will ask for the permission again???

1 Like

Screen1 has event blocks to catch Permission Granted and Permission Denied

Hang your Notifiers there

How is that supposed to help?

These events are only triggered after requesting a permission via the app (blocks).

Yours is better.

I did not know that capability existed in an extension, so I fell back on the idea of blindly asking for permission and seeing how Android responded.

1 Like

And it should also be available (as a block) on AI2, as is the case with all other AI2 distros (Kodular, Niotron, ...). :pray:

1 Like