When I'm receiving an incoming call, I can toggle my lockscreen to decline the call and respond with a quick, preset SMS.
I'm creating a flow to automate this based on this, but I'm not sure if I have all of the functions needed. Ideally the phone would ring once or twice, and then send the SMS. Would this be the 'End Call' action to stop the call, and then fire a send sms action to the caller number?
Reject/End call, reply with SMS
Moderator: Martin
Re: Reject/End call, reply with SMS
Hi,
Yes, action End Call should work (but not on all ROMs since the function is not officially available to third party apps on Android. You might also get problems on dual SIM devices). You could then use an action Send SMS to {incoming_number}.
Regards,
Martin
Yes, action End Call should work (but not on all ROMs since the function is not officially available to third party apps on Android. You might also get problems on dual SIM devices). You could then use an action Send SMS to {incoming_number}.
Regards,
Martin