# applications_systemui_4.0
**Repository Path**: zhaolu28/applications_systemui_4.0
## Basic Information
- **Project Name**: applications_systemui_4.0
- **Description**: lv-zhongwei 邮箱未公开,删除其committer权限
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://gitee.com/openharmony/applications_systemui
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 157
- **Created**: 2025-08-21
- **Last Updated**: 2025-08-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# SystemUI
- [Introduction](#section11660541593)
- [Architecture](#section125101832114213)
- [Directory Structure](#section161941989596)
- [Repositories Involved](#section1371113476307)
## 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**