Send Intent Failed

harshit

New member
I am using an mi phone name=poco x5 pro and I found this error while sending an intent also I can't receive some intents too....
I got this error while testing the send intent action.

Send Intent Failed

Permission Denial: android.intent.action.C LOSE_SYSTEM_DIALOGS broadcast from com.arlosoft.macrodroid (pid=25500, uid=10364) requires android.permission.BROAD CAST_CLOSE_SYSTEM_DIALOGS.

Also I tried to allow permission by adb command and it doesn't worked?...
 

Josué García

MacroDroid Support
Staff member
I am using an mi phone name=poco x5 pro and I found this error while sending an intent also I can't receive some intents too....
I got this error while testing the send intent action.

Send Intent Failed

Permission Denial: android.intent.action.C LOSE_SYSTEM_DIALOGS broadcast from com.arlosoft.macrodroid (pid=25500, uid=10364) requires android.permission.BROAD CAST_CLOSE_SYSTEM_DIALOGS.

Also I tried to allow permission by adb command and it doesn't worked?...
This intent is blocked from android 9 or 10 (and higher) I don't remember it clearly...

From what I see your device has Android 12 or higher, unfortunately this will not work for your device .
 

Dimlos

Well-known member
On Stack Overflow, ACTION_CLOSE_SYSTEM_DIALOGS is for system apps and preinstalled apps.
It says that signature permission is required.
It is virtually impossible for ordinary people to obtain signature permission from Google.
 

Endercraft

Moderator (& bug finder :D)
I tested yesterday and you can run the intent from adb (I haven't seen if it does anything though).
 

harshit

New member
I tested yesterday and you can run the intent from adb (I haven't seen if it does anything though).
Uhm what was that command actually then? I don't know it will work with adb or not cuz my phone is mi phone and it has many security restrictions
 
Top