README.en.md
1# SettingsData
2
3#### Description
4Settingsdata 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.
5
6#### Directory Structure
7
8```
9├── entry
10│ └── src
11│ └── main
12│ └──ets
13│ │ └── MainAbility
14│ └── resources
15├── product
16│ └── phone
17│ └── src
18│ └── main
19│ ├── ets
20│ │ ├── DataAbility # Using DataAbility to provide database services
21│ │ └── Utils # Utils files
22│ └── resources
23│ ├── base
24│ └── rawfile
25│ └── default_settings.json # settingsdata default value file
26├── signature # Certificate files
27│
28└── LICENSE # Copyright license file
29```
30
31#### Repositories Involved
32
33System apps
34
35**application_settings_data**
README.md
1# SettingsData
2
3
4
5#### 简介
6SettingsData是 OpenHarmony 系统中预置的系统应用,为用户提供数据库的访问存取服务,例如存储/读取系统时间格式、屏幕亮度等系统属性。
7
8#### 目录
9
10```
11├── entry
12│ └── src
13│ └── main
14│ └──ets
15│ │ └── MainAbility
16│ └── resources
17├── product
18│ └── phone
19│ └── src
20│ └── main
21│ ├── ets
22│ │ ├── DataAbility # 使用DataAbility框架完成数据库能力
23│ │ └── Utils # 相关的工具类文件
24│ └── resources
25│ ├── base
26│ └── rawfile
27│ └── default_settings.json # 设置数据库的默认值配置文件
28├── signature # 证书文件目录
29│
30└── LICENSE # 许可文件
31```
32
33
34
35#### 相关仓
36
37系统应用
38
39**application_settings_data**
40
41
42
43