From dd15fbcb8f4957e9a00b7927420ed47437f709ec Mon Sep 17 00:00:00 2001 From: VarunS2002 <30069380+VarunS2002@users.noreply.github.com> Date: Wed, 12 May 2021 18:10:36 +0530 Subject: [PATCH] Release version 2.0.0 - Updated Documentation for 2.0.0 --- README.md | 56 +++++++++++++++++++++++++++--------------------- app/build.gradle | 4 ++-- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index f1c3633..1748b86 100644 --- a/README.md +++ b/README.md @@ -6,43 +6,45 @@ Xposed Module to Disable `FLAG_SECURE`, enabling screenshots and recording in ap ## [Downloads](https://github.com/VarunS2002/Xposed-Disable-FLAG_SECURE/releases/) ->[![APK: v1.0.0](https://img.shields.io/badge/APK-v1.0.0-brightgreen)](https://github.com/VarunS2002/Xposed-Disable-FLAG_SECURE/releases/download/1.0.0/Xposed-Disable-FLAG_SECURE_1.0.0.apk) +> [![APK: v2.0.0](https://img.shields.io/badge/APK-v2.0.0-brightgreen)](https://github.com/VarunS2002/Xposed-Disable-FLAG_SECURE/releases/download/2.0.0/Xposed-Disable-FLAG_SECURE_2.0.0.apk) ![Download-Count](https://img.shields.io/github/downloads/VarunS2002/Xposed-Disable-FLAG_SECURE/total?color=blue) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) ## Module Repository Listings: ### [Xposed Repository](https://repo.xposed.info/module/com.varuns2002.disable_flag_secure) + ### [LSPosed Repository](https://github.com/Xposed-Modules-Repo/com.varuns2002.disable_flag_secure) ## Requirements: - Android 8.0+ (Oreo/SDK 26) -- Xposed implementation installed properly like [EdXposed](https://github.com/ElderDrivers/EdXposed/) and [LSPosed](https://github.com/LSPosed/LSPosed/) +- Xposed implementation installed properly like [EdXposed](https://github.com/ElderDrivers/EdXposed/) + and [LSPosed](https://github.com/LSPosed/LSPosed/) - Untested but may work on Rootless Xposed implementations like [Tai Chi](https://github.com/taichi-framework/TaiChi/) ## Usage: - EdXposed: - - Normal Mode: - - Enable the module and reboot - - White List / Activation Scope Mode: + - Normal Mode: + - Enable the module and reboot + - White List / Activation Scope Mode: + - Enable the module + - Select `Android System` + - Select the target app in which you want to enable screenshots + - Reboot + - Black List Mode: + - Enable the module + - Do not select `Android System` + - Do not select the target app in which you want to enable screenshots + - Reboot +- LSPosed: - Enable the module - - Select `Android System` + - Select `System Framework` - Select the target app in which you want to enable screenshots - Reboot - - Black List Mode: - - Enable the module - - Do not select `Android System` - - Do not select the target app in which you want to enable screenshots - - Reboot -- LSPosed: - - Enable the module - - Select `System Framework` - - Select the target app in which you want to enable screenshots - - Reboot ## Note: @@ -52,18 +54,22 @@ Xposed Module to Disable `FLAG_SECURE`, enabling screenshots and recording in ap - Xposed Implementations Tested on: - - [EdXposed](https://github.com/ElderDrivers/EdXposed/) - - [LSPosed](https://github.com/LSPosed/LSPosed/) + - [EdXposed](https://github.com/ElderDrivers/EdXposed/) + - [LSPosed](https://github.com/LSPosed/LSPosed/) - Apps Tested on: - - Amazon Prime Video (Screenshots and Screen Recording of Media) - - Telegram (Secret Chat & Disappearing Media) - - Reddit (Anonymous Browsing Mode) - - Google Chrome (Incognito Mode) - - Brave Browser (Incognito Mode) + - Amazon Prime Video (Screenshots and Screen Recording of Media) + - Netflix (Screenshots and Screen Recording of Media) + - Telegram (Secret Chat & Disappearing Media) + - Reddit (Anonymous Browsing Mode) + - Google Chrome (Incognito Mode) + - Brave Browser (Incognito Mode) +- Apps Not Working on: + - Disney+ - This app is a fork of the existing apps but with better compatibility: - - https://github.com/veeti/DisableFlagSecure/ - - https://github.com/LSPosed/DisableFlagSecure/ + - https://github.com/veeti/DisableFlagSecure/ + - https://github.com/LSPosed/DisableFlagSecure/ + - https://gitlab.com/azhao12345/disableflagsecure/ diff --git a/app/build.gradle b/app/build.gradle index f0b8ee5..d7c97c8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.varuns2002.disable_flag_secure" minSdkVersion 26 targetSdkVersion 30 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "2.0.0" resConfigs "en" }