Hey,
can I create an action to send a message via SignalApp.
I've found only send SMS. Because Signal is OpenSource I thought it might be possible.
Thanks
Sending Message via SignalApp
Moderator: Martin
Re: Sending Message via SignalApp
Taken from the site : http://www.jigawattlabs.com/tasker-inst ... for-signal
Use action : Send Broadcast
Action : com.jigawattlabs.signal.SEND_MESSAGE
Explicit Component : check
Package Name : choose signal app
Class Name : Leave default or pick the available broadcast receiver
Extras
Use action : Send Broadcast
Action : com.jigawattlabs.signal.SEND_MESSAGE
Explicit Component : check
Package Name : choose signal app
Class Name : Leave default or pick the available broadcast receiver
Extras
Code: Select all
putString("MESSAGE", "your message here");
putString("FROM", "recipient name here");
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.