Skip to content

Commit 42af751

Browse files
rich canningsAndroid (Google) Code Review
authored andcommitted
Merge "Add setting to change verifier visibility" into jb-mr1-dev
2 parents 89e68d7 + e6686b3 commit 42af751

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/java/android/provider/Settings.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5331,6 +5331,13 @@ public static final class Global extends NameValueTable {
53315331
* {@hide} */
53325332
public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response";
53335333

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+
53345341
/**
53355342
* The interval in milliseconds at which to check packet counts on the
53365343
* mobile data interface when screen is on, to detect possible data

0 commit comments

Comments
 (0)