Skip to content

Commit

Permalink
mention screen record detection removal
Browse files Browse the repository at this point in the history
  • Loading branch information
tehcneko committed Aug 19, 2024
1 parent f166d73 commit 8ba19d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion SUMMARY
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions app/src/main/res/values-v35/strings.xml
Original file line number Diff line number Diff line change
@@ -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>
4 changes: 4 additions & 0 deletions app/src/main/res/values-zh-rCN-v35/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="xposed_description">在通常不允许截图的应用中启用屏幕截图并禁用截图与录屏检测。</string>
</resources>

0 comments on commit 8ba19d5

Please sign in to comment.