mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2024-11-27 00:40:37 +00:00
b4816f1417
Signed-off-by: lvxiaoqiang <lvxiaoqiang1@huawei.com> |
||
---|---|---|
entry | ||
product/phone | ||
signature | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
local.properties | ||
package.json | ||
README.en.md | ||
README.md | ||
settings.gradle |
applications_settingsdata
Description
Settingsdata application is a system application in openharmony system, which provides users with database access services, such as storing and reading system time, 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
Contribution
- Fork the repository
- Create Feat_xxx branch
- Commit your code
- Create Pull Request