Go to file
openharmony_ci 9c5cee17d9
!422 进程com.ohos.systemui由于APP_INPUT_BLOCK出现appfreeze
Merge pull request !422 from huangxiangXXX/handleAppfreeze
2023-11-01 09:19:01 +00:00
AppScope [systemui]修改日志溢出频繁打印导致无响应问题,以及删除冗余属性 2022-09-01 16:39:01 +08:00
common 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00:00
doc [SystemUI]整改HiLog 2022-08-11 11:29:13 +08:00
entry 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00:00
features !422 进程com.ohos.systemui由于APP_INPUT_BLOCK出现appfreeze 2023-11-01 09:19:01 +00:00
figures modify instructions.md 2022-06-30 15:25:11 +08:00
infra update systemui code from std 2022-04-11 12:54:14 +08:00
product 使用setWindowBgColor替换setAppBgColor 2023-10-26 17:35:27 +08:00
signature [systemui]适配组件权限访问新规则 2022-09-26 15:04:26 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 00:03:15 +08:00
.gitignore 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00:00
build-profile.json5 system dialog 2023-07-03 18:46:56 +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 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00:00
package-lock.json 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00:00
package.json 回退 'Pull Request !396 : 回退 'Pull Request !394 : 回退 'Pull Request !393 : 切ohpm''' 2023-10-16 11:07:10 +00: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