lijinfengde123 40470fc995 [screenShot]update LICENSE
Signed-off-by: lijinfengde123 <1037761763@qq.com>
2022-03-08 21:38:10 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 18:26:29 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 21:38:10 +08:00
2022-03-08 17:05:04 +08:00
2022-03-08 16:58:15 +08:00
2022-03-08 18:21:27 +08:00
2022-03-08 18:21:27 +08:00
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
    

instructions for use

See instructions for use (Instructions for use

system applications

applications_screenshot

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.

S
Description
暂无描述
Readme 589 KiB
Languages
TypeScript 51.8%
JavaScript 48.2%