Go to file
openharmony_ci 9ff1287331 !19 commit oat
Merge pull request !19 from 李福珍/master
2021-07-26 09:01:30 +00:00
entry !17 sync application new interface 2021-07-21 12:44:01 +00: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 2021-07-23 11:16:28 +00: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