# applications_contacts_data_2
**Repository Path**: zhouhongli2023/applications_contacts_data_2
## Basic Information
- **Project Name**: applications_contacts_data_2
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 129
- **Created**: 2023-10-11
- **Last Updated**: 2023-10-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# applications_contactsdata
- [Introduction](#section1166054159366)
- [Image architecture](#section1619419895966)
- [Directory Structure](#section161941989596)
- [Repositories Involved](#section1371113476307)
## 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