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 @@ + + + 在通常不允许截图的应用中启用屏幕截图并禁用截图与录屏检测。 +