Is there a method for applying android patches as magisk module? I can't rely to xposed module since it always trips the Safetynet and many apps and game upped their security to it. I only saw "disable signature verification in the package manager" as magisk module (Smali Patcher), so I wonder if it is possible for "signature verification status: always true" & "disable APK signature verification" and if so, how?
Sharing is caring, show love and share the thread with your friends.
I am using Smali Patcher but my problem is it only patch the third option, enabling installing old version of apps. What I am looking for is patching android to enable signature verification for modded Play Store to work. I have odexed service.jar so dalvik-cache wont work, Smali Patcher might be a viable way to patch android but still missing two options needed for modded Play Store to work. So I am asking other than Smali Patcher or by tweaking Smali Patcher, how can we patch android by creating magisk module? Any insight about these? It would benefit us to know if there is magisk moule for android patches since it will not need xposed and hopefully pass safetynet which apps relies on these days