Hi I am developing an android SMS app where I am fetching the SMS stored in the phone and displaying it on a list view. How can I update a SMS as read in the phone, upon reading an SMS in my app.
I refered the following link, Android: how to mark sms as read in onReceive
This did not work. What can i use instead of this. Please suggest. Thanks!