简体   繁体   中英

Read Android Contacts and Edit it and export it as vcf in Android using java

Hi I am new in developing java application and I want to make application to edit phone numbers on contacts so I want to access android contacts and make backup and then edit its phone numbers .

I read some about it but not enough I put permissions in manifest file and

imported android.provider.Contacts

imported android.provider.ContactsContract;

but unfortunately I didn't know howa to read contacts from it as contact to export it as .vcf and edit in it ? So I need Help

Thanks

Here is the link i was found to solve some of your problems.

Import/Export of Android contacts in vCard format

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM