Can you intercept a MMS SMS message and extract the image on Android? -
i want intercept text message has image attached, , save somewhere automatically. can work on android?
yes, should possible. can set broadcastreceiver
watch android.provider.telephony.sms_received
, parse message out of that. there's plenty of examples on web (and questions on stackoverflow).
as preventing user seeing original message, see answer:
can delete sms in android before reaches inbox?
Comments
Post a Comment