Skip to content

Commit 4a86019

Browse files
author
rich cannings
committed
Temporarily turn off package verification
Bug: 7152858 Change-Id: Ic3b1900e486224dafcf3cce5db13e5f795650b51
1 parent f4fd2eb commit 4a86019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/pm/PackageManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public class PackageManagerService extends IPackageManager.Stub {
215215
/**
216216
* Whether verification is enabled by default.
217217
*/
218-
private static final boolean DEFAULT_VERIFY_ENABLE = true;
218+
private static final boolean DEFAULT_VERIFY_ENABLE = false;
219219

220220
/**
221221
* The default maximum time to wait for the verification agent to return in

0 commit comments

Comments
 (0)