Improve NanoDroid-Patcher with signature spoofing in appinfo => permissions => All permissions page
Hi.
I suggest to improve your patcher with this https://gitlab.com/Vavun/SignatureSpoofingInfo
This is fake app without any code and functional, but it can provide info about signature spoofing permission for microG and other apps in appinfo
The easiest way to compile it is apktool (it will be even faster than you start android studio)
apktool b org.spoofing -o org.spoofing.apk
Ready app must be signed and placed somewhere in /priv-app like /system/priv-app/SignatureSpoofingPatch/SignatureSpoofingPatch.apk
Or even directly to /system/framework/org.spoofing.apk (it works the same)
This does not affect the patch itself or signature spoofing permission work.
Just be less questions about the missing first checkbox in microG selfcheck :)
That how it looks now the result of your pather work on my test device.


