开发者

Can you intercept a MMS SMS message and extract the image on Android?

开发者 https://www.devze.com 2022-12-29 02:09 出处:网络
I want to basically intercept a text message that has an image attached, and save that somewhere automatically. Can开发者_StackOverflow中文版 this work on Android?Yes, this should be possible.You can

I want to basically intercept a text message that has an image attached, and save that somewhere automatically. Can开发者_StackOverflow中文版 this work on Android?


Yes, this should be possible. You can set up a BroadcastReceiver to watch for the android.provider.Telephony.SMS_RECEIVED and parse the message out of that. There's plenty of examples on the web (and questions on StackOverflow).

As for preventing the user from seeing the original message, see also this answer:
Can we delete an SMS in Android before it reaches the inbox?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号