From e6686b3e2309cb21cc8fd9a107d524add4b75b92 Mon Sep 17 00:00:00 2001 From: rich cannings Date: Sun, 16 Sep 2012 14:02:20 -0700 Subject: [PATCH] Add setting to change verifier visibility Added a setting that will be used to control whether the user can see the package verification setting in the Setting app. Bug: 7022814 Change-Id: Ifa096682e90c83760df5db12c4cf72e2f897db9c --- core/java/android/provider/Settings.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index f3dbecbfd5fa9..f5c42f6e885f4 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -5341,6 +5341,13 @@ public final class Settings { * {@hide} */ public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response"; + /** Show package verification setting in the Settings app. + * 1 = show (default) + * 0 = hide + * {@hide} + */ + public static final String PACKAGE_VERIFIER_SETTING_VISIBLE = "verifier_setting_visible"; + /** * The interval in milliseconds at which to check packet counts on the * mobile data interface when screen is on, to detect possible data