mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-23 15:10:04 +00:00
f7d58e26b7
Merge pull request !6 from lijinfengde123/master |
||
---|---|---|
common | ||
entry/phone | ||
features/screenshot | ||
infra | ||
product/phone | ||
signature | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
local.properties | ||
OAT.xml | ||
README_zh.md | ||
README.en.md | ||
settings.gradle |
ScreenShot
Introduction
The ScreenShot application is a preset system application in OpenHarmony, which provides users with the function of capturing the current screen and saving the current picture.
content
/applications/standard/screenshot
├── entry # entry module directory
├── common # Common tool class directory
├── build.gradle # Global build configuration file
├── settings.gradle # Compile the module configuration file
├── LICENSE # License file
├── signature # Certificate file directory
├── features # subcomponent directory
│ ├── screenshot # screenshot component
│ ├── screenShotModel # Save screenshots, etc.
├── product # ScreenShot general function catalog
Signature package
-
For each module under product/phone, configure signingConfigs in build.gradle
-
Put screenshot.p7b in the signature directory on the corresponding path configured in the build.gradle directory.
Related warehouse
system applications
applications_screenshot