I've tried searching for this, but I really can't seem to find anything recent or helpful regarding the topic.
Suggestion: A flow trigger that handles a mms attachments similarly to an sms.
I.e
1.) Send a photo through mms.
2.) Recieve a photo from a recipient and store it on your device.
Kind Regards ~
Mms support?
Moderator: Martin
Mms support?
Every life altering decision you have made, has lead to you reading this.
Re: Mms support?
MMS support seems close to impossible. As SMS permission has been denied by google now, MMS should also fall into the same permission group.
You have to find other way to act on the MMS, example from the notification on status bar. Then probably use control UI to tap open it and save the attachment.
You have to find other way to act on the MMS, example from the notification on status bar. Then probably use control UI to tap open it and save the attachment.
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.
Re: Mms support?
Yeah, I've kinda implemented it through a notification listener, and the control UI support. It took me by surprise how mms slips through the sms trigger.
Oh well Thank you for the reply
Oh well Thank you for the reply
Every life altering decision you have made, has lead to you reading this.