Merge "Disable package verification by default."
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user