Go to file
openharmony_ci 814050eacc !84 修复在Hi3516DV300桌面显示应用图标和名称异常
Merge pull request !84 from 章超123/master
2021-11-24 01:44:08 +00:00
common 修复在Hi3516DV300桌面显示应用图标和名称异常 2021-11-22 14:18:21 +08:00
feature change to ark compile 2021-11-18 15:34:25 +08:00
figures update launcher code 2021-09-28 14:38:54 +08:00
product/phone change to ark compile 2021-11-18 15:34:25 +08:00
signature update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
.gitattributes sync launcher code 2021-07-14 15:20:12 +08:00
build.gradle 更改了build.gradle的配置 2021-09-30 19:14:50 +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 update launcher code 2021-09-28 14:38:54 +08:00
README_zh.md [Launcher]Update README. 2021-11-08 16:29:26 +08:00
README.md sync launcher code 2021-07-14 15:20:12 +08:00
settings.gradle update launcher code 2021-09-15 21:41:07 +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