# applications_systemui **Repository Path**: zhangjun93/applications_systemui ## Basic Information - **Project Name**: applications_systemui - **Description**: SystemUI system app | 系统界面应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: OpenHarmony-5.0.0-Release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 158 - **Created**: 2024-11-08 - **Last Updated**: 2024-11-08 ## 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 ![](figures/en-us_image_0000001103686480.png) ## 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**