2021-06-02 00:03:15 +08:00
|
|
|
|
# SystemUI<a name="ZH-CN_TOPIC_0000001103330836"></a>
|
|
|
|
|
|
|
|
|
|
- [简介](#section11660541593)
|
|
|
|
|
- [架构图](#section125101832114213)
|
|
|
|
|
- [目录](#section161941989596)
|
2021-09-18 18:30:48 +08:00
|
|
|
|
- [使用说明](#section123459000)
|
2021-06-02 00:03:15 +08:00
|
|
|
|
- [相关仓](#section1371113476307)
|
|
|
|
|
|
|
|
|
|
## 简介<a name="section11660541593"></a>
|
|
|
|
|
|
|
|
|
|
SystemUI应用是OpenHarmony中预置的系统应用,为用户提供系统相关信息展示及交互界面,包括系统状态、系统提示、系统提醒等,例如系统时间、电量信息。
|
|
|
|
|
|
|
|
|
|
### 架构图<a name="section125101832114213"></a>
|
|
|
|
|
|
|
|
|
|
![](figures/zh-cn_image_0000001103686480.png)
|
|
|
|
|
|
|
|
|
|
## 目录<a name="section161941989596"></a>
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
/applications/standard/systemui
|
2021-09-18 18:30:48 +08:00
|
|
|
|
├── build.gradle # 全局编译配置文件
|
|
|
|
|
├── settings.gradle # 编译模块配置文件
|
|
|
|
|
├── LICENSE # 许可文件
|
|
|
|
|
├── common # 通用工具类目录
|
|
|
|
|
├── entry # entry模块目录
|
|
|
|
|
├── signature # 证书文件目录
|
|
|
|
|
├── features # 子组件目录
|
2021-12-29 00:01:25 +08:00
|
|
|
|
│ ├── airplanecomponent # 飞行模式组件
|
2021-09-18 18:30:48 +08:00
|
|
|
|
│ ├── batterycomponent # 电池组件
|
2021-12-29 00:01:25 +08:00
|
|
|
|
│ ├── brightnesscomponent # 亮度组件
|
|
|
|
|
│ ├── capsulecomponent # 通知胶囊组件
|
2021-09-18 18:30:48 +08:00
|
|
|
|
│ ├── clockcomponent # 时间组件
|
2021-12-29 00:01:25 +08:00
|
|
|
|
│ ├── controlcentercomponent # 控制中心组件
|
|
|
|
|
│ ├── managementcomponent # 通知管理组件
|
2021-09-18 18:30:48 +08:00
|
|
|
|
│ ├── navigationservice # 导航栏服务组件
|
|
|
|
|
│ ├── noticeitem # 通知子组件
|
|
|
|
|
│ ├── notificationservice # 通知服务组件
|
|
|
|
|
│ ├── signalcomponent # sim卡信号组件
|
2021-12-29 00:01:25 +08:00
|
|
|
|
│ ├── statusbarcomponent # 状态栏组件
|
|
|
|
|
│ ├── volumecomponent # 音量组件
|
2021-09-18 18:30:48 +08:00
|
|
|
|
│ ├── wificomponent # wifi组件
|
|
|
|
|
├── product # SystemUI总体功能目录
|
|
|
|
|
├── navigationBar # 导航栏模块目录
|
|
|
|
|
├── statusbar # 状态栏模块目录
|
2021-12-29 00:01:25 +08:00
|
|
|
|
├── notificationmanagement # 通知管理模块目录
|
2021-06-02 00:03:15 +08:00
|
|
|
|
```
|
2021-09-18 18:30:48 +08:00
|
|
|
|
## 使用说明<a name="section123459000"></a>
|
|
|
|
|
|
|
|
|
|
参见使用说明([使用说明](./doc/Instructions.md))
|
2021-06-02 00:03:15 +08:00
|
|
|
|
|
|
|
|
|
## 相关仓<a name="section1371113476307"></a>
|
|
|
|
|
|
|
|
|
|
系统应用
|
|
|
|
|
|
2021-07-06 22:38:10 +08:00
|
|
|
|
**applications\_systemui**
|
2021-06-02 00:03:15 +08:00
|
|
|
|
|