Go to file
openharmony_ci 757b47ea37 !5 Update project name in README
Merge pull request !5 from BlancWu/master
2021-07-06 14:44:11 +00:00
entry [Setting]:commit wifi code 0702 2021-07-06 18:16:23 +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
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