revanced-patcher
revanced-patcher copied to clipboard
Abstract patcher methods
Issue
Currently the CLI uninstalls application by getting the package name from input apk, to do so it relies on decompiling the full apk which takes longer time than initially required.
Proposal
The patcher can provide abstract patcher methods which will allow for the abstract methods to be called to get the required information.
Does leaving ˋpatchResourcesˋ false still create a cache directory?