[14.0.1] - 2025-01-30
Breaking Change
- ❗️Breaking: Added
onScreenshotDetected()
- detection of screenshots, refer to the Android freeRASP integration documentation. - ❗️Breaking: Added
onScreenRecordingDetected()
- detection of screen recording, refer to the Android freeRASP integration documentation.
Added
blockScreenCapture(Activity activity, boolean enable)
for FLAG_SECURE control, an active protection against screen capturing.isScreenCaptureBlocked()
to receive whether the screen capture is blocked- Rate limiting for both screenshot and screenRecording incidents
- Improved root detection capabilities
Fixed
- Updated proguard rules to fix warnings from okhttp dependency.