Temporarily turn off package verification
Bug: 7152858 Change-Id: Ic3b1900e486224dafcf3cce5db13e5f795650b51
This commit is contained in:
@@ -215,7 +215,7 @@ public class PackageManagerService extends IPackageManager.Stub {
|
||||
/**
|
||||
* Whether verification is enabled by default.
|
||||
*/
|
||||
private static final boolean DEFAULT_VERIFY_ENABLE = 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