简体   繁体   English

如何打开我的Android电话簿的编辑联系人视图

[英]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 单击列表项后,我应将用户定向到该特定联系人的android设备的默认编辑联系人视图

Just pass list item to modify intent. 只需传递列表项即可修改意图。

Find example here https://developer.android.com/training/contacts-provider/modify-data.html 在此处查找示例https://developer.android.com/training/contacts-provider/modify-data.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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