Go to file
xuchangzhou 4d61c29081 Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK
Signed-off-by: xuchangzhou <xuzhangzhou@huawei.com>
2022-06-23 15:55:05 +08:00
AppScope API9 2022-04-25 20:39:39 +08:00
common Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
doc update README 2022-06-10 21:35:34 +08:00
entry Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
features Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
figures update readme and fix some bugs 2021-09-18 18:30:48 +08:00
infra update systemui code from std 2022-04-11 12:54:14 +08:00
product Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
signature update signature 2022-04-11 13:01:36 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 00:03:15 +08:00
.gitignore 允许所有应用发送通知、修改导航栏状态栏布局可配置化参数 2022-06-09 15:17:25 +08:00
build-profile.json5 API9 2022-04-25 20:39:39 +08:00
gradle.properties sync SystemUI code 2022-01-11 20:00:31 +08:00
gradlew update OpenHarmony 2.0 Canary 2021-06-02 00:03:15 +08:00
gradlew.bat update OpenHarmony 2.0 Canary 2021-06-02 00:03:15 +08:00
hvigorfile.js API9 2022-04-25 20:39:39 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 00:03:15 +08:00
OAT.xml Fix the problem of notification panel and control panel icon display 2022-05-09 13:11:00 +08:00
package-lock.json Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
package.json Adaptation to version 901 of the IDE and version 3.2.2.5 of the SDK 2022-06-23 15:55:05 +08:00
README_zh.md update SystemUI code 2021-12-29 00:07:01 +08:00
README.md Update project name in README. 2021-07-06 22:38:10 +08:00

SystemUI

Introduction

SystemUI is a system app preinstalled in OpenHarmony. It provides users with interactive UIs that display system-related information, including the system status, prompts, and notifications such as the system time and battery level.

Architecture

Directory Structure

/applications/standard/systemui
├── figures                     # Architecture figures
├── entry                       # Main entry module code
│   └── src
│       ├── main
│           ├── js              # JavaScript code
│           ├── resources       # Resource configuration files
│           └── config.json     # Global configuration files
├── navigationBar               # System navigation module code
│   └── src
│       ├── main
│           ├── js              # JavaScript code
│           ├── resources       # Resource configuration files
│           └── config.json     # Global configuration files
├── signature                   # Certificate files
├── LICENSE                     # License files

Repositories Involved

System apps

applications_systemui