From 8ba19d577948e50cf6965714917bcec347fca859 Mon Sep 17 00:00:00 2001 From: tehcneko Date: Mon, 19 Aug 2024 17:54:22 +0800 Subject: [PATCH] mention screen record detection removal --- README.md | 2 +- SUMMARY | 2 +- app/src/main/res/values-v35/strings.xml | 3 +++ app/src/main/res/values-zh-rCN-v35/strings.xml | 4 ++++ 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 app/src/main/res/values-v35/strings.xml create mode 100644 app/src/main/res/values-zh-rCN-v35/strings.xml diff --git a/README.md b/README.md index e06b9dd..0e38d47 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/SUMMARY b/SUMMARY index 4995736..676c961 100644 --- a/SUMMARY +++ b/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. diff --git a/app/src/main/res/values-v35/strings.xml b/app/src/main/res/values-v35/strings.xml new file mode 100644 index 0000000..43f70ef --- /dev/null +++ b/app/src/main/res/values-v35/strings.xml @@ -0,0 +1,3 @@ + + Enabling screenshots in apps that normally wouldn\'t allow it and disabling screenshot & screen record detection. + diff --git a/app/src/main/res/values-zh-rCN-v35/strings.xml b/app/src/main/res/values-zh-rCN-v35/strings.xml new file mode 100644 index 0000000..f8b47d5 --- /dev/null +++ b/app/src/main/res/values-zh-rCN-v35/strings.xml @@ -0,0 +1,4 @@ + + + 在通常不允许截图的应用中启用屏幕截图并禁用截图与录屏检测。 +