Is there anyway to update the MMS/SMS database to mark the message from read to unread and vice versa? I’ve tried using URI but they don’t work for me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code below works for me to update whether a MMS message was marked as viewed or not.
To use this with SMS messages, just replace the following “content://mms/” with this “content://sms/”.
Also, you may need to have one of the SMS permissions in your android manifest file.
Happy coding 🙂