Documentation

Go to Portal Website

Android Screen Capture Protection

PlanPlatformsMASVS
FreeAndroid API 21+MASVS-STORAGE-2, MASVS-PLATFORM-3

Overview

Android Screen Capture Protection blocks protected app screens from appearing in screenshots, screen recordings, task switcher previews, and unsafe external display paths where supported by the operating system.

This is the baseline visual privacy control for Android apps that need reliable capture resistance on sensitive screens.

When To Use It

Use this control for:

How It Works

The protected Android app applies operating-system supported visual privacy controls to app windows, preventing screens from appearing in screenshots, screen recordings, task switcher previews, and unsafe external display paths where supported by the operating system.

How to Enable the Control

Navigate to Preventative Controls from the AppTego portal, and expand the Screen And UI Protection section. Under this section you will find the Android Screen Capture Protection control. Click Enable to enable it for the next build or for it to be applied with a live push (if enabled).

API Configuration Example

{
  "AndroidScreenCaptureProtection": {
    "protection": true
  }
}
FieldPurpose
protectionEnables screen capture protection for protected Android screens.

Compatibility Notes