Skip to content

Commit 6904208

Browse files
rich canningsAndroid (Google) Code Review
authored andcommitted
Merge "Enable package verification" into jb-mr1-dev
2 parents 85399cc + 68ed7e4 commit 6904208

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ public class PackageManagerService extends IPackageManager.Stub {
208208
/**
209209
* Whether verification is enabled by default.
210210
*/
211-
// STOPSHIP: change this to true
212-
private static final boolean DEFAULT_VERIFY_ENABLE = false;
211+
private static final boolean DEFAULT_VERIFY_ENABLE = true;
213212

214213
/**
215214
* The default maximum time to wait for the verification agent to return in

0 commit comments

Comments
 (0)