18 Star 41 Fork 122

OpenHarmony / applications_systemui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_zh.md 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
supeng 提交于 2021-12-29 00:01 . update SystemUI code

SystemUI

简介

SystemUI应用是OpenHarmony中预置的系统应用,为用户提供系统相关信息展示及交互界面,包括系统状态、系统提示、系统提醒等,例如系统时间、电量信息。

架构图

目录

/applications/standard/systemui
    ├── build.gradle                    # 全局编译配置文件
    ├── settings.gradle                 # 编译模块配置文件
    ├── LICENSE                         # 许可文件
    ├── common                          # 通用工具类目录
    ├── entry                           # entry模块目录
    ├── signature                       # 证书文件目录
    ├── features                        # 子组件目录
    │   ├── airplanecomponent           # 飞行模式组件   
    │   ├── batterycomponent            # 电池组件
    │   ├── brightnesscomponent         # 亮度组件
    │   ├── capsulecomponent            # 通知胶囊组件
    │   ├── clockcomponent              # 时间组件
    │   ├── controlcentercomponent      # 控制中心组件
    │   ├── managementcomponent         # 通知管理组件
    │   ├── navigationservice           # 导航栏服务组件
    │   ├── noticeitem                  # 通知子组件
    │   ├── notificationservice         # 通知服务组件
    │   ├── signalcomponent             # sim卡信号组件
    │   ├── statusbarcomponent          # 状态栏组件
    │   ├── volumecomponent             # 音量组件
    │   ├── wificomponent               # wifi组件
    ├── product                         # SystemUI总体功能目录
        ├── navigationBar               # 导航栏模块目录
        ├── statusbar                   # 状态栏模块目录
        ├── notificationmanagement      # 通知管理模块目录

使用说明

参见使用说明(使用说明

相关仓

系统应用

applications_systemui

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

搜索帮助