简体   繁体   中英

How to open the edit contact view of my android phone book

I have a program that reads the contacts and displays then in a list view . On clicking the list item ,I should direct the user to the default edit contact view of my android device for that particular contact

Just pass list item to modify intent.

Find example here https://developer.android.com/training/contacts-provider/modify-data.html

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