• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# System Apps<a name="EN-US_TOPIC_0000001103601750"></a>
2
3## Introduction<a name="section663544819225"></a>
4
5This module provides some system apps that are applicable to the OpenHarmony standard system, such as Launcher, SystemUI, and Settings. It also provides specific examples for you to build standard-system apps, which can be installed on all devices running the standard system.
6
7Currently, OpenHarmony supports the following system apps:
8
91.  Launcher: acts as a main entry for all apps and provides UIs for display and human-machine interactions of installed apps.
102.  SystemUI: consists of the navigation bar and system status bar. The navigation bar provides page navigation, and the status bar displays the system status, such as the time and charging status.
113.  Settings: provides functions such as device management, app management, and brightness setting.
12
13## Directory Structure<a name="section161941989596"></a>
14
15```
16/applications/standard/
17├── launcher         # Launcher app code
18├── systemui         # SystemUI app code
19├── settings         # Settings app code
20├── hap              # Binary code for system apps
21```
22
23## Repositories Involved<a name="section1371113476307"></a>
24
25**System apps**
26
27applications\_standard\_settings
28
29applications\_standard\_launcher
30
31applications\_standard\_systemui
32
33applications\_standard\_hap
34
35