How would I use the SQL DB info and such to get info about contacts and text messages?
Asked
Active
Viewed 415 times
1 Answers
0
You shouldn't read contacts from the database directly. Use appropriate ContentProviders to access it. I guess there is no other choice beside reading from database for SMS. You can refer to existing threads on reading contacts and text message info on StackOverflow itself.

Community
- 1
- 1

Rakshit Menpara
- 50
- 7