Android Screenshot library
[TOC]
op-screenshot
is a library for monitor screen capture events of the system.
- build.gradle
implementation 'com.openpix:op-screenshot:1.0.1'
- permission
add it to AndroidManifest.xml
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
- code
please see MainActivity.kt
-keep public class * extends android.database.ContentObserver
- 2020-09-10
- first issue
- minSDK version support to 14
- add shot activity and shot view static function.
- 2020-10-16
- shot view support >= android 6.0
- 2020-11-22
- update android library version