We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86e85ef + 36c67c2 commit 97e7c59Copy full SHA for 97e7c59
services/java/com/android/server/pm/PackageManagerService.java
@@ -215,7 +215,7 @@ public class PackageManagerService extends IPackageManager.Stub {
215
/**
216
* Whether verification is enabled by default.
217
*/
218
- private static final boolean DEFAULT_VERIFY_ENABLE = false;
+ private static final boolean DEFAULT_VERIFY_ENABLE = true;
219
220
221
* The default maximum time to wait for the verification agent to return in
0 commit comments