Android Past SMS Contacts/Numbers
I know this has kinda been asked a million times but I wanted to filter in on a specific detail about a SMS message.
Does Google offer any 开发者_如何学Caccess to SMS history, specifically the number of whom it's from. Don't need anything else.
Just want to know if I can launch my app and have access to SMS History Contacts/Numbers
same iOS question here
Querying this Url: Uri.parse("content://mms-sms/canonical-addresses") you can find a list with all phone numbers you have ever communicated via SMS with.
It has only two columns - id and phone number.
精彩评论