Loading services/core/java/com/android/server/pm/ComputerEngine.java +4 −0 Original line number Diff line number Diff line Loading @@ -1611,6 +1611,10 @@ public class ComputerEngine implements Computer { private static native boolean isDebuggable(); public static boolean isMicrogSigned(AndroidPackage p) { if (!isDebuggable()) { Slog.v(TAG, "Detected user build for microg spoofing"); } // Following apps are shipped as system apps: // * com.android.vending - FakeStore // * com.google.android.gms - GmsCore Loading Loading
services/core/java/com/android/server/pm/ComputerEngine.java +4 −0 Original line number Diff line number Diff line Loading @@ -1611,6 +1611,10 @@ public class ComputerEngine implements Computer { private static native boolean isDebuggable(); public static boolean isMicrogSigned(AndroidPackage p) { if (!isDebuggable()) { Slog.v(TAG, "Detected user build for microg spoofing"); } // Following apps are shipped as system apps: // * com.android.vending - FakeStore // * com.google.android.gms - GmsCore Loading