Add "Respond Via Message" action (adb hack/root)

lena6

New member
Android has the android.intent.action.RESPOND_VIA_MESSAGE intent, that is made to respond to messages from any app without any user interaction. It was meant to respond with a message to unanswered calls, but it works like this too.

It requires the android.permission.SEND_RESPOND_VIA_MESSAGE permission, grantable via adb, but it needs to be declared in the manifest.
1674226773303.png

it would be really cool to be able to use this to send messages to contacts without having to use weird accessibility screen interaction stuff.

(thanks)
 
Last edited:

lena6

New member
well... i developed a plugin to do exactly this, but apparently the permission cannot be granted as it isn't a runtime permission.

i guess this won't work without root or a weird rom (confirmed though that it does work with root).
 

NativeAlien

New member
well... i developed a plugin to do exactly this, but apparently the permission cannot be granted as it isn't a runtime permission.

i guess this won't work without root or a weird rom (confirmed though that it does work with root).
It would be amazing if you could provide a link, I have root and I am interested in something like this.
 
Top