openharmony_ci 4d5d6ff1d0 !118 codex fix
Merge pull request !118 from jiangbinghan/master
2023-03-31 10:19:15 +00:00
2023-03-31 17:30:47 +08:00
2023-01-09 15:07:59 +08:00
2023-03-31 17:30:47 +08:00
2023-01-16 18:35:34 +08:00
2022-04-02 16:51:02 +08:00
2023-02-03 10:17:55 +08:00
2022-12-08 17:10:36 +08:00
2023-02-13 21:31:43 +08:00
2022-02-08 18:06:16 +08:00
2022-04-02 10:54:34 +08:00
2023-01-09 15:07:59 +08:00
2022-04-02 16:51:02 +08:00

applications_contactsdata

Introduction

The contact database application is an indispensable information management applicationS 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 helps users to reasonably manage the contact database information.

Image architecture

Directory Structure

/foundation/contactsdataability/
├── ability
│   ├── account                        #Account Management
│   ├── common                         #Public Methods
│   ├── 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
Readme 2.1 MiB
Languages
C++ 57.5%
JavaScript 42.1%
TypeScript 0.2%
C 0.2%