mirror of
https://github.com/openharmony/applications_theme.git
synced 2026-07-01 10:05:33 -04:00
058a9c9dd4
Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
1.4 KiB
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
