Permissions are automatically getting denied and sometimes it’s not asking and sometimes a 908 error is being shown!
I think to ask permission (permission name block is a is a useful block .it should be added)
Android 12
Permissions are automatically getting denied and sometimes it’s not asking and sometimes a 908 error is being shown!
I think to ask permission (permission name block is a is a useful block .it should be added)
Android 12
Its already there in Screen
@AryanGupta
com.jdl.Permission.x.aix (11.7 KB)
this extension is also not supporting the builder showing an error!
Which block you used ?
this one
Only the permissions that are defined in the manifest file can be requested at run time.
You need to add those permissions in AndroidManifest.xml
Now, you can upload permissions.txt
in Assets containing all the permissions which you want to declare in your app’s AndroidManifest.xml
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.