Loading services/core/java/com/android/server/pm/ComputerEngine.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
services/core/java/com/android/server/pm/ComputerEngine.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading