Skip to content

Commit 36c67c2

Browse files
author
rich cannings
committed
Enable package verification
Turn on package verification, if a verifier exists. Play app is a verifier. Bug: 7064853 Change-Id: Id7d478a216d10b0a612678d6a9b0ee7f2037204a
1 parent 42af751 commit 36c67c2

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)