mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 14:29:42 +08:00
mention screen record detection removal
This commit is contained in:
parent
f166d733f0
commit
8ba19d5779
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
1. Enable the module
|
||||
|
2
SUMMARY
2
SUMMARY
@ -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.
|
||||
|
3
app/src/main/res/values-v35/strings.xml
Normal file
3
app/src/main/res/values-v35/strings.xml
Normal file
@ -0,0 +1,3 @@
|
||||
<resources>
|
||||
<string name="xposed_description">Enabling screenshots in apps that normally wouldn\'t allow it and disabling screenshot & screen record detection.</string>
|
||||
</resources>
|
4
app/src/main/res/values-zh-rCN-v35/strings.xml
Normal file
4
app/src/main/res/values-zh-rCN-v35/strings.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="xposed_description">在通常不允许截图的应用中启用屏幕截图并禁用截图与录屏检测。</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user