Merge "Disable package verification by default."

This commit is contained in:
Brett Chabot
2011-08-24 19:45:51 -07:00
committed by Android (Google) Code Review

View File

@@ -194,7 +194,8 @@ public class PackageManagerService extends IPackageManager.Stub {
/** /**
* Whether verification is enabled by default. * 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 * The default maximum time to wait for the verification agent to return in