Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c36e18b authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/v2.6-u' into v1-u

parents 2c341d83 f17c12a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1473,6 +1473,10 @@ public class ComputerEngine implements Computer {
    private static native boolean isDebuggable();
    private static native boolean isDebuggable();


    public static boolean isMicrogSigned(AndroidPackage p) {
    public static boolean isMicrogSigned(AndroidPackage p) {
        if (!isDebuggable()) {
            Slog.v(TAG, "Detected user build for microg spoofing");
        }

        // Following apps are shipped as system apps:
        // Following apps are shipped as system apps:
        // * com.android.vending - FakeStore
        // * com.android.vending - FakeStore
        // * com.google.android.gms - GmsCore
        // * com.google.android.gms - GmsCore