I would like to read a contact list without using intent or content provider, I mean directly communicate with SQLite.
Is there any way ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, for security reasons you will need to go through the content provider. Only the application (or, in this case, the Android OS) that owns the database is allowed to read it (unless it is stored in shared memory, which isn’t the case for the default contacts database).