openharmony_ci c2985a818c
!773 [Bug]: fix ffi getValue
Merge pull request !773 from dinghong/fix_settings
2024-10-30 04:48:01 +00:00
2024-10-29 16:32:34 +08:00
2023-11-03 01:17:52 +00:00
2024-10-12 15:38:07 +08:00
2024-09-21 09:49:18 +08:00
2023-10-17 16:34:51 +08:00
2023-09-21 20:57:57 +08:00
2024-07-09 14:25:18 +08:00
2024-10-18 11:38:48 +08:00
2023-09-27 11:20:29 +08:00
2023-09-27 11:20:29 +08:00
2021-06-02 00:03:12 +08:00
2024-06-04 07:42:58 +00:00
2023-09-27 11:20:29 +08:00
2021-11-10 15:33:36 +08:00

Settings

Introduction

The Settings is a system application prebuilt in OpenHarmony. It provides a human-machine interactions entry for users to set system configs like settings system time, lightness of screen and etc.

Architecture

Directory Structure

/applications/standard/settings
├── entry             # main entry module
│   └── src
│       ├── main
│           ├── ets               # ets module
│               ├── default
│                   ├── common    # common code and utils
│                   ├── model     # data management and logic control
│                   ├── pages     # code of view components
│                   ├── res       # some image resources
│                   ├── resources # other resources
│                   ├── app.ets   # main process
│           ├── resources         # resources configs
│               ├── base          # default language, image resources, font size and colors
│               ├── en_AS.element # English resources
│               ├── rawfile       # local configs
│               ├── zh_CN.element # Chinese resources
│           └── config.json       # global configs
├── signature              # Certificate files
├── LICENSE                # Copyright license file

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%