We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e981647 + ae05e86 commit b26db26Copy full SHA for b26db26
services/java/com/android/server/pm/PackageManagerService.java
@@ -194,7 +194,8 @@ public class PackageManagerService extends IPackageManager.Stub {
194
/**
195
* Whether verification is enabled by default.
196
*/
197
- private static final boolean DEFAULT_VERIFY_ENABLE = true;
+ // STOPSHIP: change this to true
198
+ private static final boolean DEFAULT_VERIFY_ENABLE = false;
199
200
201
* The default maximum time to wait for the verification agent to return in
0 commit comments