mirror of
https://gitee.com/openharmony/applications_call
synced 2025-02-11 09:45:50 +00:00
applications_call
Introduction
Based on the capabilities of the system platform, design and develop call applications, providing voice calls, video calls, call settings, mobile network settings, SIM card management settings, emergency dialing, and the function of adding personal emergency information. Build models from different perspectives and design the architecture of the call application to ensure that the basic functions are met while ensuring safety, resilience, reliability, privacy, etc.
Directory Structure
![img](/openharmony/applications_call/media/commit/6cd70b84d0322fe433c378a262df59230428552d/figures/callui_en.png)
Repositories Involved
/applications
├── callui # Call application master Ability, providing access to the application
│ └── src
│ └── main
│ ├── js # js code directory
│ ├── default
│ ├── assets # Picture catalog
│ ├── i18n # Chinese and English configuration
│ ├── pages # Page directory
│ ├── common # Common component or method configuration directory
│ ├── components # Public component
│ ├── constant # Application Constant Object Directory
│ ├── utils # Public method
│ ├── ServiceAbilty # ServiceAbilty started
│ ├── callManagerService.js # ServiceAbilty method
│ ├── service.js # ServiceAbilty method
│ ├── telephonyApi.js # ServiceAbilty method
│ ├── resources # Resource catalog
│ ├── config.json # Project configuration information
├── figures # Architecture Diagram Directory
│ └── callui_en.png # Architecture design picture
├── signature # Signature file
│ └── com.ohos.callui.p7b # com.ohos.callui signature file
Repositories Involved
System apps
applications_standard_call
Languages
TypeScript
86.7%
JavaScript
7.4%
Batchfile
5.9%