1

How would I use the SQL DB info and such to get info about contacts and text messages?

Chiggins
  • 8,197
  • 22
  • 56
  • 81

1 Answers1

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