AppID: | com.keshav.capturesposed |
Author: | David Berdik |
License: | AGPL-3.0-only |
InRepoSince: | 2024-05-20 |
LastRepoUpdate: | 2024-06-12 |
LastAppUpdate: | 2024-06-12 |
LastVersion: | 1.0.5 |
Categories: | Xposed, System |
APK source: | Github |
Google Play: | Check if it's there |
With the release of Android 14, Google added an API to enable app developers to detect screenshots. This API has since been adopted by popular apps such as Snapchat.
CaptureSposed is an Xposed module that effectively disables this API to prevent apps that use it from being able to detect when a screenshot was taken.
⚠️ WARNING: CaptureSposed is intended for rooted devices running Android 14 and requires Xposed. The required Xposed variant to use is LSPosed. Other Xposed variants will not work. This module cannot be guaranteed to work on all devices. In the worst case, it can cause a bootloop. Use at your own risk. Additionally, this module does not protect against screenshot detection from apps that use the pre-Android 14 approach of using file system listeners to detect screenshots (ref 1, ref 2).
To use CaptureSposed:
CaptureSposed is a collaborative project by Keshav Majeti and David Berdik.
WhatsNew:
This release reduces the amount of storage space used by the module and improves the module's performance.