We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85399cc + 68ed7e4 commit 6904208Copy full SHA for 6904208
services/java/com/android/server/pm/PackageManagerService.java
@@ -208,8 +208,7 @@ public class PackageManagerService extends IPackageManager.Stub {
208
/**
209
* Whether verification is enabled by default.
210
*/
211
- // STOPSHIP: change this to true
212
- private static final boolean DEFAULT_VERIFY_ENABLE = false;
+ private static final boolean DEFAULT_VERIFY_ENABLE = true;
213
214
215
* The default maximum time to wait for the verification agent to return in
0 commit comments