Files
applications_theme/README.en.md
T
a1nc 058a9c9dd4 support change wallpaper
Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
2022-03-09 12:34:04 +08:00

1.4 KiB

Settings

Introduction

The Wallpaper is a system application prebuilt in OpenHarmony. It provides a basic ability for users to set system wallpaper, and support change wallpaer by other applications.

Architecture

Directory Structure

/applications/standard/settings
├── entry             # main entry module
│   └── src
│       ├── main
│           ├── ets               # ets module
│           └────── ├── pages     # pages folder
│                   ├── resources # other common resources
│           ├── resources         # default resources
│           |   └── base          # basic language picutre and etc resources
|           |       ├── element
|           |       ├── media
|           |       └── profile
│           └── module.json5      # global config
└── LICENSE                       # copyright license file

Repositories Involved

System apps

applications_settings