mirror of
https://github.com/openharmony/applications_contacts_data.git
synced 2026-06-29 21:23:20 -04:00
master
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
Description
Languages
C++
60%
JavaScript
39.5%
C
0.3%
TypeScript
0.2%
