mirror of
https://github.com/openharmony/applications_contacts_data.git
synced 2026-07-01 10:24:31 -04:00
ea8eb2da3742c9a5d4c5fec3c0e5e5196d061643
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%
