oSumAtrIX
oSumAtrIX
Store a set of all installed apps and their version. On app enter, compare it, if a difference is found update
Feel free to PR
> Those work the same like ttv lol Is the implementation similar to [this](https://github.com/revanced/revanced-integrations/blob/main/app/src/main/java/app/revanced/twitch/adblock/IAdblockService.java)?
I have patched the original app too, though downloads do not work. Did you fix them?
This is what I wanted to know. What code was necessary to change? I want to port it open source
I am the maintainer of the patches :) Video downloads is not fixed though, which is why I am asking
Where did you get the unpatched apk? I'll diff it
Gotchu, anyways, would be nice, if you could share which code needed the mod.
There is also RawResourcePatch. Unlike ResourcePatch, it does not decode resources, so you can make arbitrary changes to the app there. If we combine BytecodePatch and ResourcePatch to a new...