We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89e68d7 + e6686b3 commit 42af751Copy full SHA for 42af751
core/java/android/provider/Settings.java
@@ -5331,6 +5331,13 @@ public static final class Global extends NameValueTable {
5331
* {@hide} */
5332
public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response";
5333
5334
+ /** Show package verification setting in the Settings app.
5335
+ * 1 = show (default)
5336
+ * 0 = hide
5337
+ * {@hide}
5338
+ */
5339
+ public static final String PACKAGE_VERIFIER_SETTING_VISIBLE = "verifier_setting_visible";
5340
+
5341
/**
5342
* The interval in milliseconds at which to check packet counts on the
5343
* mobile data interface when screen is on, to detect possible data
0 commit comments