Skip to content

Commit 68ed7e4

Browse files
author
rich cannings
committed
Enable package verification
Turn on package verification, if a verifier exists. Play app is now a verifier. Bug: 7064853 Change-Id: I11f6b108c507ea6236038b1415eb9064ca4c3c6d
1 parent d2a8df9 commit 68ed7e4

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)