Loading services/java/com/android/server/pm/PackageManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ public class PackageManagerService extends IPackageManager.Stub { /** * Whether verification is enabled by default. */ private static final boolean DEFAULT_VERIFY_ENABLE = true; // STOPSHIP: change this to true private static final boolean DEFAULT_VERIFY_ENABLE = false; /** * The default maximum time to wait for the verification agent to return in Loading Loading
services/java/com/android/server/pm/PackageManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -194,7 +194,8 @@ public class PackageManagerService extends IPackageManager.Stub { /** * Whether verification is enabled by default. */ private static final boolean DEFAULT_VERIFY_ENABLE = true; // STOPSHIP: change this to true private static final boolean DEFAULT_VERIFY_ENABLE = false; /** * The default maximum time to wait for the verification agent to return in Loading