Doubt in Screen.Permission Granted block

Hey!
I just want to ask a question out of curiosity. Please see the blocks below:
permissionblocks2

So, basically when I click on Button1, it asks for permission normally. After granting the permission, the Notifier.Show Alert block under Screen.Permission Granted block should fire. But it only fires when I equalize permission Name to CAMERA whereas it doesn’t fire when I equalize permission Name to android.permission.CAMERA.

So, is this a bug or something else?

Thank you!

You are using only one permission, so in the permission granted block why don’t you try like this… ,

If Is permission granted
Then set notifier dialogue

This is just an example. In my actual app, I’m using two permissions.
But the actual issue is that why android.permission.PERMISSION_NAME doesn’t work but only PERMISSION_NAME works? :thinking: