Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
- Updated Documentation for 2.0.0
  • Loading branch information
VarunS2002 committed May 12, 2021
1 parent 1108cf6 commit dd15fbc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 27 deletions.
56 changes: 31 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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/
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit dd15fbc

Please sign in to comment.