1 Star 0 Fork 122

yaojian16 / applications_systemui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
BlancWu 提交于 2021-07-06 22:38 . Update project name in README.

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

1
https://gitee.com/yaojian16/applications_systemui.git
git@gitee.com:yaojian16/applications_systemui.git
yaojian16
applications_systemui
applications_systemui
master

搜索帮助