文件最后提交记录最后更新时间
Contact转为Stage模型 Signed-off-by: @two-thousand-or-three-thousand <lisiquan1@huawei.com> 3 年前
修改模块级配置文件解决编译失败问题 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 2 年前
IssueNo: #I76QN4:Contact,MultiHap ohpm适配 Description: Contact, MultiHap Ohpm adaptation. Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: zwx1094577 <zhongyuyan1@huawei.com> 2 年前
Issue: #I6DWJY Description: BasicFeature模块,目录结构迁移 Sig: SIG_Sample Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: hongshengquan <hongshengquan3@huawei.com> 3 年前
Contact转为Stage模型 Signed-off-by: @two-thousand-or-three-thousand <lisiquan1@huawei.com> 3 年前
修改失效链接 Signed-off-by: yuandongping <yuandongping@huawei.com> 1 年前
断链修复 Signed-off-by: yeyedeshen <yangxin181@huawei.com> 2 年前
IssueNo: #I76QN4:Contact,MultiHap ohpm适配 Description: Contact, MultiHap Ohpm adaptation. Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: zwx1094577 <zhongyuyan1@huawei.com> 2 年前
Contact转为Stage模型 Signed-off-by: @two-thousand-or-three-thousand <lisiquan1@huawei.com> 3 年前
IssueNo: #I76QN4:Contact,MultiHap ohpm适配 Description: Contact, MultiHap Ohpm adaptation. Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: zwx1094577 <zhongyuyan1@huawei.com> 2 年前
IssueNo: #I76QN4:Contact,MultiHap ohpm适配 Description: Contact, MultiHap Ohpm adaptation. Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: zwx1094577 <zhongyuyan1@huawei.com> 2 年前
IssueNo: #I76QN4:Contact,MultiHap ohpm适配 Description: Contact, MultiHap Ohpm adaptation. Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: zwx1094577 <zhongyuyan1@huawei.com> 2 年前
补充Contact、Debug、RPC测试用例表 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 3 年前
README.md

Contact

Introduction

This sample shows how to use the mobile phone contact function.

In this example, we'll use the Tabs component to set the overall application layout, and use the List component to set the page layout of the home page, and use the AlphabetIndexer component to set the index bar.

Usage

  1. Touch + to go to the page for adding a contact. Enter the contact information, and then tap to confirm and return to the home page.

  2. Touch the contact list to view the detailed contact information. You can also edit or delete the contact information as needed.

  3. Enter a number or email address in the search box to search for a contact.

Display Effect

Required Permissions

Reading of contact information: ohos.permission.READ_CONTACTS

Adding, removing, and changing contact information: ohos.permission.WRITE_CONTACTS

Dependency

N/A

Constraints

  1. This sample can only be run on standard-system devices that use the Rockchip RK3568 chip.

  2. DevEco Studio 3.1 Canary1 (Build Version: 3.1.0.100) must be used.

  3. ohos.permission.READ_CONTACTS and ohos.permission.WRITE_CONTACTS are permissions of the system_basic level, which can be viewed from the permission list (https://gitee.com/openharmony/docs/blob/master/en/application-dev/security/AccessToken/restricted-permissions.md). You need to manually configure the signature of the corresponding permission level by following instructions in Having Your App Automatically Signed.