CONTENT_LOOKUP_URI

使用Intent.ACTION_EDIT 编辑联系人问题!

孤者浪人 提交于 2019-12-05 23:57:34
参看官方文档: http://developer.android.com/guide/topics/providers/contacts-provider.html#Access 的 Retrieval and modification with intents 部分 : 本文讨论的是 编辑指定的联系人 ,否则你应该使用 Intent. ACTION_INSERT_OR_EDIT 涉及到的Action是: Intent.ACTION_EIDT 涉及到的Provider契约类常量是: Contacts. CONTENT_LOOKUP_UR I 指定相关联系人的URI Contacts.CONTENT_ITEM_TYPE 指定联系人的MIME类型 重点是如何 构建一个指定联系人的 Contacts.CONTENT_LOOKUP_UR I 官网对 Contacts.CONTENT_LOOKUP_UR I 的说明是: A content:// style URI for this table that should be used to create shortcuts or otherwise create long-term links to contacts. This URI should always be followed by a "/" and the contact's