revanced-patches
revanced-patches copied to clipboard
feat: A shared patch that removes all FLAG_SECURE references from an app
Application
shared (all apps)
Issue
Currently, many apps like banking apps, browsers etc. block screenshotting. This can be really annoying sometimes when you just want to e.g. send someone a screenshot of your IBAN in your banking app.
Patch
I'm unsure but I think you'd have to a) remove all FLAG_SECURE's from the manifest and if it's possible, you'd also have to scan the bytecode for FLAG_SECURE and remove the lines.
Motivation
I already described my motivation in the Issue-field. It's that I want to be able to screenshot anything even though it may risk my personal security.
Acknowledgements
- [X] I have searched the existing issues and this is a new and no duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I filled out all of the requested information in this issue properly.