Is to possible to copy the contacts2.db SQLite file in a non-rooted phone to SD Card programatically. If so how?
Share
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.
Apps don’t have access to other apps’ databases, so the answer is no, you can’t.
There is an API to read all the contacts (ContactsContract) that you can use to store the contact information in your own database and/or file in the external storage.