Go to file
chenlang10 9df7a7ea21 settingsdata 告警整改
Signed-off-by: chenlang10 <18577333310@163.com>
2023-06-06 09:37:07 +08:00
.codecheck settingsdata 告警整改 2023-06-06 09:37:07 +08:00
AppScope 更新settingsdata版本号 2023-03-29 10:32:27 +08:00
entry settingsdata 告警整改 2023-06-06 09:37:07 +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 蓝区master:compatibleSdkVersion更改为10 2023-02-16 19:14:52 +08:00
hvigorfile.js settingsdata去常驻 2022-10-29 15:07:51 +08:00
LICENSE sync code 2022-03-08 20:12:20 +08:00
OAT.xml Retrofitting to accommodate IDE 900 2022-04-25 22:36:45 +08:00
package-lock.json settingsdata去常驻 2022-10-29 15:07:51 +08:00
package.json settingsdata去常驻 2022-10-29 15:07:51 +08:00
README.en.md update README.en.md. 2022-05-12 05:03:01 +00:00
README.md update README.md. 2022-05-12 05:01:55 +00: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