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

Description
No description provided
Readme Pixar 25 MiB
Languages
TypeScript 64.4%
C++ 34.4%
Batchfile 0.3%
JavaScript 0.3%
C 0.3%
Other 0.3%