Skip to content

Commit 97e7c59

Browse files
rich canningsAndroid (Google) Code Review
authored andcommitted
Merge "Enable package verification" into jb-mr1-dev
2 parents 86e85ef + 36c67c2 commit 97e7c59

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 = false;
218+
private static final boolean DEFAULT_VERIFY_ENABLE = true;
219219

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

0 commit comments

Comments
 (0)