Is it possible to move a message from the application into inbox?
I have made an application that will catch a message before system inbox and make a new entry of the message in the database.
But after that i want to give an option to the user called “move to inbox”/”save to inbox” to a particular selected message.
Is it possible to do so? How?
Any suggestion will be appreciated.
Thanks in advance.
Have you tried with this below code?
For content://sms/inbox , fields are _id, thread_id, address, person, date, protocol, read, status, type, reply_path_present, subject, body, service_center, locked.
I have not time to try it right now but it should work logically.please let me know if it doesn’t!