It still doesnt work, try running the material ui (premium demo) it will give a missing permissions alert:
download MUI icons spk from the droidstore, you will get the same error, Its not just isolated to materiall you, even some of droidscripts samples give out that message, try using notifications sample they dont work, not because i didnt give droidscript notification permissions it didnt ask for them. I did this to get rid of the message temporarily: {
"manifest":
{
"minSdkVersion": 26,
"targetSdkVersion": 33,
"debuggable": false,
"homeScreen": false,
"urlHost": "*",
"urlScheme": "http,https"
},
"autoPermissions": false
}