Name Date Size

..25-Oct-20244 KiB

ability/H25-Oct-20244 KiB

AppScope/H25-Oct-20244 KiB

BUILD.gnH A D25-Oct-20245.7 KiB

bundle.jsonH A D25-Oct-20241.9 KiB

contacts/H25-Oct-20244 KiB

dataBusiness/H25-Oct-20244 KiB

entry/src/main/H25-Oct-20244 KiB

figures/H25-Oct-20244 KiB

jstest/H25-Oct-20244 KiB

LICENSEH A D25-Oct-20249.9 KiB

OAT.xmlH A D25-Oct-20242.3 KiB

README.mdH A D25-Oct-20241.8 KiB

README_zh.mdH A D25-Oct-202420.6 KiB

signature/H25-Oct-20244 KiB

test/H25-Oct-20244 KiB

README.md

1# applications_contactsdata<a name="ZH-CN_TOPIC_0000001122925147"></a>
2
3-   [Introduction](#section1166054159366)
4-   [Image architecture](#section1619419895966)
5-   [Directory Structure](#section161941989596)
6-   [Repositories Involved](#section1371113476307)
7
8## Introduction<a name="section1166054159366"></a>
9
10The contact database application is an indispensable information management applicationS for every user to manage the contact database.
11Its content is very important for user managers, so the contact database should be able to provide sufficient information and quick 
12query means for each user's management, which greatly helps users to reasonably manage the contact database information.
13
14## Image architecture<a name="section1619419895966"></a>
15
16![](figures/Image_architecture.png)
17
18## Directory Structure<a name="section161941989596"></a>
19
20```
21/foundation/contactsdataability/
22├── ability
23│   ├── account                        #Account Management
24│   ├── common                         #Public Methods
25│   ├── datadisasterrecovery           #Data Corruption Recovery
26│   ├── merge                          #Contacts Merge
27│   └── sinicization                   #Chinese Characters to Pinyin Related
28├── contacts                            #NAPI
29├── dataBusiness
30│   ├── calllog                        #Call Records
31│   ├── contacts                       #Contacts Person
32│   ├── quicksearch                    #Quick Search
33│   └── voicemail                      #Voicemail
34├── test                               #Test Catalog
35├── BUILD.gn
36└── ohos.build
37```
38
39## Repositories Involved<a name="section1371113476307"></a>
40
41system applications
42
43applications_contactsdata