Go to file
2021-07-14 11:49:08 +08:00
figures update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
launcher sync launcher code 2021-07-14 11:49:08 +08:00
recents sync launcher code 2021-07-14 11:49:08 +08:00
settings sync launcher code 2021-07-14 11:49:08 +08:00
signature update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
.gitattributes sync launcher code 2021-07-14 11:49:08 +08:00
build.gradle update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradle.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradlew update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradlew.bat update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
local.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
OAT.xml sync launcher code 2021-07-14 11:49:08 +08:00
README_zh.md sync launcher code 2021-07-14 11:49:08 +08:00
README.md sync launcher code 2021-07-14 11:49:08 +08:00
settings.gradle sync launcher code 2021-07-14 11:49:08 +08:00

Launcher

Introduction

The home screen launcher provides a main entry to human-machine interactions. It displays app icons for users to start or uninstall the apps, and allows users to set the home screen layout and manage recent tasks.

Architecture

Directory Structure

/applications/standard/launcher/
├── figures                  # Architecture figures
├── launcher                 # Main ability of the home screen, which provides the functions of displaying app icons, starting and uninstalling apps, and setting the home screen layout.
│   └── src
│       └── main
│           ├── config.json  # Global configuration files
│           ├── js           # JavaScript code
│           └── resources    # Resource configuration files
├── recents                  # Ability for managing recent tasks
│   └── src
│       └── main
│           ├── config.json  # Global configuration files
│           ├── js           # JavaScript code
│           └── resources    # Resource configuration files
├── signature                # Certificate files
├── LICENSE                  # License files

Repositories Involved

System apps

applications_standard_launcher