I am wondering, how can I read sms message for a specific number programmatically?
I know how to read sms using content provider but not sure if I should use the “person” column or “address” column or totally different way
Please help
Thanks
I am wondering, how can I read sms message for a specific number programmatically?
Share
It will list out messages from specified number.
But I came across
"content://mms-sms/conversations/"I think it will return directly entire conversation of specific number with the helpthread_id, check this