Xposed-Disable-FLAG_SECURE icon indicating copy to clipboard operation
Xposed-Disable-FLAG_SECURE copied to clipboard

Xposed Module to Disable FLAG_SECURE, enabling screenshots, screen sharing and recording in apps that normally wouldn't allow it.

icon_square

Xposed-Disable-FLAG_SECURE

Xposed Module to Disable FLAG_SECURE, enabling screenshots, screen sharing and recording in apps that normally wouldn't allow it.

Downloads

APK: v2.0.0 Download-Count License: GPL v3

Module Repository Listings:

Xposed Repository

LSPosed Repository

Requirements:

  • Android 8.0+ (Oreo/SDK 26)

  • Xposed implementation installed properly like EdXposed and LSPosed

  • Untested but may work on Rootless Xposed implementations like Tai Chi

Usage:

  • EdXposed:
    • Normal Mode:
      • Enable the module and reboot
    • White List / Activation Scope Mode:
      • Enable the module
      • Select Android System
      • Select the target app in which you want to enable screenshots
      • Reboot
    • Black List Mode:
      • Enable the module
      • Do not select Android System
      • Do not select the target app in which you want to enable screenshots
      • Reboot
  • LSPosed:
    • Enable the module
    • Select System Framework
    • Select the target app in which you want to enable screenshots
    • Reboot

Note:

  • This app does not prevent apps from detecting that you've taken a screenshot or recorded it like Snap or Instagram. This only enables it in apps that prohibit screenshots and recording. So don't screenshot your girlfriend's nudes. (You probably don't have one since you're reading this anyway)

  • Xposed Implementations Tested on:

  • Apps Tested on:

    • Amazon Prime Video
    • Netflix (Read Additional Instructions)
    • Disney+ (Read Additional Instructions)
    • Telegram (Secret Chat & Disappearing Media)
    • Reddit (Anonymous Browsing Mode)
    • Google Chrome (Incognito Mode)
    • Brave Browser (Incognito Mode)
  • This module may work on other apps too with or without liboemcrypto.so disabler. (Read Additional Instructions)

  • You can contribute names of apps that are working and are not listed here, so I can add it to the list.

  • If you face any issue or have a suggestion then feel free to open an issue.

  • This app is a fork of the existing apps but with better compatibility:

    • https://github.com/veeti/DisableFlagSecure/
    • https://github.com/LSPosed/DisableFlagSecure/
    • https://gitlab.com/azhao12345/disableflagsecure/

Additional Information on DRM encrypted content

This is applicable only for some apps on some devices. If you aren't facing any issues, you can ignore these instructions.

When playing DRM encrypted content, most devices will use hardware decryption capabilities. This hardware decryption will push the video directly onto the screen, bypassing any screenshots/screenshare/recording functionality.

One possible solution is to disable this hardware decryption by installing the Magisk module liboemcrypto.so disabler. This will force the device to not use hardware decryption and in combination with this module will enable screenshots, screen sharing and recording.

Installing this module might have unintended consequences, such as lowered video quality. Read more