Go to file
wshj-HuangJian 21ca6242ab modifying the JS module name
Signed-off-by: wshj-HuangJian <huangjian68@huawei.com>
2021-08-11 11:27:26 +08:00
entry modifying the JS module name 2021-08-11 11:27:26 +08:00
figures update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
signature update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
build.gradle update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
gradle.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
gradlew update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
gradlew.bat update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
local.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08:00
OAT.xml OAT fix 2021-07-31 18:38:23 +08:00
README_zh.md Update project name in README. 2021-07-06 22:37:09 +08:00
README.md Update project name in README. 2021-07-06 22:37:09 +08:00
settings.gradle update OpenHarmony 2.0 Canary 2021-06-02 00:03:12 +08: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