侯志雄 9de87406d4 settingsdata支持多用户独立配置
Signed-off-by: 侯志雄 <houzhixiong1@h-partners.com>
2024-06-25 17:14:36 +08:00
2023-06-06 09:37:07 +08:00
2023-03-29 10:32:27 +08:00
2023-11-13 01:54:24 +00:00
2022-11-04 17:50:56 +08:00
2023-02-21 10:34:13 +08:00
2023-12-21 07:48:43 +00:00
2023-09-27 11:58:10 +08:00
2023-09-27 11:58:10 +08:00
2022-03-08 20:12:20 +08:00
2023-09-27 13:45:55 +08:00
2022-05-12 05:03:01 +00:00
2023-09-02 15:18:01 +08:00

SettingsData

Description

Settingsdata is a system application in openharmony system, which provides users with database access services, such as storing / reading system time format, screen brightness and other system attributes.

Directory Structure

├── entry
│   └── src
│       └── main
│           └──ets
│           │   └── MainAbility
│           └── resources
├── product
│   └── phone
│       └── src
│           └── main
│               ├── ets
│               │   ├── DataAbility           # Using DataAbility  to provide database services
│               │   └── Utils                 # Utils files
│               └── resources
│                   ├── base
│                   └── rawfile
│                       └── default_settings.json # settingsdata default value file
├── signature                                # Certificate files
│  
└── LICENSE                                  # Copyright license file

Repositories Involved

System apps

application_settings_data

Description
No description provided
Readme Pixar 972 KiB
Languages
TypeScript 55.4%
Batchfile 17.6%
Shell 16.2%
JavaScript 10.8%