Go to file
lvxiaoqiang b4816f1417 sync code
Signed-off-by: lvxiaoqiang <lvxiaoqiang1@huawei.com>
2022-03-08 20:12:20 +08:00
entry sync code 2022-03-08 20:12:20 +08:00
product/phone sync code 2022-03-08 20:12:20 +08:00
signature sync code 2022-03-08 20:12:20 +08:00
.gitignore sync code 2022-03-08 20:12:20 +08:00
build.gradle sync code 2022-03-08 20:12:20 +08:00
gradlew sync code 2022-03-08 20:12:20 +08:00
gradlew.bat sync code 2022-03-08 20:12:20 +08:00
LICENSE sync code 2022-03-08 20:12:20 +08:00
local.properties sync code 2022-03-08 20:12:20 +08:00
package.json sync code 2022-03-08 20:12:20 +08:00
README.en.md sync code 2022-03-08 20:12:20 +08:00
README.md sync code 2022-03-08 20:12:20 +08:00
settings.gradle sync code 2022-03-08 20:12:20 +08:00

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

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request