Skip to content

Commit ae05e86

Browse files
author
Brett Chabot
committed
Disable package verification by default.
Change-Id: I0e02cd177dbb99fc97e964ac87251a900d915b95
1 parent 0806d51 commit ae05e86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ public class PackageManagerService extends IPackageManager.Stub {
194194
/**
195195
* Whether verification is enabled by default.
196196
*/
197-
private static final boolean DEFAULT_VERIFY_ENABLE = true;
197+
// STOPSHIP: change this to true
198+
private static final boolean DEFAULT_VERIFY_ENABLE = false;
198199

199200
/**
200201
* The default maximum time to wait for the verification agent to return in

0 commit comments

Comments
 (0)