Go to file
chenlang10 a1c1b181e7 升级hvigor
Signed-off-by: chenlang10 <chenlang28@h-partners.com>
2023-10-24 19:56:19 +08:00
.codecheck settingsdata 告警整改 2023-06-06 09:37:07 +08:00
AppScope 更新settingsdata版本号 2023-03-29 10:32:27 +08:00
entry Merge branch 'master' of https://gitee.com/chenlang10/applications_settings_data_2 2023-10-10 16:04:32 +08:00
hvigor 升级hvigor 2023-10-24 19:56:19 +08:00
signature settingsdata去常驻 2022-11-04 17:50:56 +08:00
.gitignore SettingsData支持多用户隔离 2023-02-21 10:34:13 +08:00
build-profile.json5 升级hvigor 2023-10-24 19:56:19 +08:00
hvigorfile.js settingsdata去常驻 2022-10-29 15:07:51 +08:00
hvigorw ohpm切换 2023-09-27 11:58:10 +08:00
hvigorw.bat ohpm切换 2023-09-27 11:58:10 +08:00
LICENSE sync code 2022-03-08 20:12:20 +08:00
OAT.xml ohpm切换 2023-09-27 12:58:35 +08:00
oh-package.json5 ohpm切换 2023-09-27 13:45:55 +08:00
README.en.md update README.en.md. 2022-05-12 05:03:01 +00:00
README.md 调整README.md格式 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