Go to file
侯志雄 17592accf3 修复首次开机打开备忘录卡死问题
Signed-off-by: 侯志雄 <houzhixiong1@h-partners.com>
2024-07-05 10:17:05 +08:00
.codecheck settingsdata 告警整改 2023-06-06 09:37:07 +08:00
AppScope 更新settingsdata版本号 2023-03-29 10:32:27 +08:00
entry 修复首次开机打开备忘录卡死问题 2024-07-05 10:17:05 +08:00
hvigor update hvigor/hvigor-config.json5. 2023-11-13 01:54:24 +00:00
signature settingsdata去常驻 2022-11-04 17:50:56 +08:00
.gitignore SettingsData支持多用户隔离 2023-02-21 10:34:13 +08:00
build-profile.json5 update build-profile.json5. 2023-11-13 01:55:05 +00:00
hvigorfile.js update hvigorfile.js. 2023-12-21 07:48:43 +00: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 更新OAT,屏蔽版权许可证扫描 2024-01-12 17:54:07 +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