Skip to content

Commit b26db26

Browse files
Brett ChabotAndroid (Google) Code Review
authored andcommitted
Merge "Disable package verification by default."
2 parents e981647 + ae05e86 commit b26db26

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)