Go to file
openharmony_sig_ci f7d58e26b7
!6 UPDATE README
Merge pull request !6 from lijinfengde123/master
2022-03-10 15:44:15 +00:00
common [screenShot]update code 2022-03-08 16:58:15 +08:00
entry/phone [screenShot]update code 2022-03-08 16:58:15 +08:00
features/screenshot [screenShot]update code 2022-03-08 16:58:15 +08:00
infra [screenShot]update code 2022-03-08 16:58:15 +08:00
product/phone [screenShot]update type 2022-03-08 18:26:29 +08:00
signature [screenShot]update code 2022-03-08 16:58:15 +08:00
.gitattributes [screenShot]update code 2022-03-08 16:58:15 +08:00
.gitignore [screenShot]update code 2022-03-08 16:58:15 +08:00
build.gradle [screenShot]update code 2022-03-08 16:58:15 +08:00
gradle.properties [screenShot]update code 2022-03-08 16:58:15 +08:00
gradlew [screenShot]update code 2022-03-08 16:58:15 +08:00
gradlew.bat [screenShot]update code 2022-03-08 16:58:15 +08:00
LICENSE [screenShot]update LICENSE 2022-03-08 21:38:10 +08:00
local.properties [screenShot]update local code 2022-03-08 17:05:04 +08:00
OAT.xml [screenShot]update OAT 2022-03-09 12:56:14 +08:00
README_zh.md [screenShot]update readme 2022-03-09 15:58:55 +08:00
README.en.md [screenShot]update readme 2022-03-09 15:58:55 +08:00
settings.gradle [screenShot]update code 2022-03-08 16:58:15 +08:00

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

  1. For each module under product/phone, configure signingConfigs in build.gradle

  2. Put screenshot.p7b in the signature directory on the corresponding path configured in the build.gradle directory.

system applications

applications_screenshot