ohos-lsw 9c5a80ab8c Add contacts data
Signed-off-by: ohos-lsw <lishiwei6@huawei.com>
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00
2022-02-08 18:06:16 +08:00

applications_contactsdata

Introduction

The contact database application is an indispensable management information application for every user to manage the contact database. Its content is very important for user managers, so the contact database should be able to provide sufficient information and quick query means for each user's management, which greatly facilitates users to reasonably manage the contact database information.

Image architecture

Directory Structure

/foundation/contactsdataability/
├── ability
│   ├── account                        #Account Management
│   ├── checkpermission                #Permission Check
│   ├── common                         #Public Method
│   ├── datadisasterrecovery           #Data Corruption Recovery
│   ├── merge                          #Contacts Merge
│   └── sinicization                   #Chinese Characters to Pinyin Related
├── contacts                            #NAPI
├── dataBusiness
│   ├── calllog                        #Call Records
│   ├── contacts                       #Contacts Person
│   ├── quicksearch                    #Quick Search
│   └── voicemail                      #Voicemail
├── test                               #Test Catalog
├── BUILD.gn
└── ohos.build

Repositories Involved

system applications

applications_contactsdata

S
Description
No description provided
Readme 3 MiB
Languages
C++ 60%
JavaScript 39.5%
C 0.3%
TypeScript 0.2%