mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-24 06:50:04 +00:00
21ca6242ab
Signed-off-by: wshj-HuangJian <huangjian68@huawei.com> |
||
---|---|---|
entry | ||
figures | ||
signature | ||
.gitattributes | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
local.properties | ||
OAT.xml | ||
README_zh.md | ||
README.md | ||
settings.gradle |
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