mirror of
https://gitee.com/openharmony/applications_settings
synced 2025-02-17 15:48:01 +00:00
Settings
Introduction
Settings is a system app preinstalled in OpenHarmony to provide an interactive UI for users to set system attributes, such as the system time and screen brightness.
Architecture
Directory Structure
/applications/standard/settings
├── figures # Architecture figures
├── entry # Main entry module code
│ ├── src
│ ├── main
│ └── js # JavaScript code
│ └── resources # Resources
│ └── config.json # Global configuration files
├── signature # Certificate files
├── LICENSE # License files
Repositories Involved
System apps
applications_settings
Languages
TypeScript
64.4%
C++
34.4%
Batchfile
0.3%
JavaScript
0.3%
C
0.3%
Other
0.3%