Hello,
I would like to add an entry in the lokdown menu to open an Android broadcast intent.
I've tried with the sendintent command which works correctly, but it's not working with an entry in lockdown menu.
Command launched with sendintent (OK) :
sendintent -b "intent:#Intent;action=android.intent.action.SOS_BUTTON;end;"
Launch in lockdown menu (not OK):
intent:#Intent;action=android.intent.action.SOS_BUTTON;end
I presume that in second case it's a activity intent launched by default, but I have no idea how to launch a broadcast.
Thank you for your help