mention screen record detection removal

This commit is contained in:
tehcneko 2024-08-19 17:54:22 +08:00
parent f166d733f0
commit 8ba19d5779
4 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Enable Screenshot (formerly known as Disable FLAG_SECURE) # Enable Screenshot (formerly known as Disable FLAG_SECURE)
Enabling screenshots in apps that normally wouldn\'t allow it, and disabling screenshot detection on Android 14+. Enabling screenshots in apps that normally wouldn\'t allow it, and disabling screenshot(Android 14+) & screen record(Android 15+) detection.
## Usage ## Usage
1. Enable the module 1. Enable the module

View File

@ -1 +1 @@
Enabling screenshots in apps that normally wouldn't allow it, and disabling screenshot detection on Android 14+. Enabling screenshots in apps that normally wouldn't allow it, and disabling screenshot(Android 14+) & screen record(Android 15+) detection.

View File

@ -0,0 +1,3 @@
<resources>
<string name="xposed_description">Enabling screenshots in apps that normally wouldn\'t allow it and disabling screenshot &amp; screen record detection.</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="xposed_description">在通常不允许截图的应用中启用屏幕截图并禁用截图与录屏检测。</string>
</resources>