Skip to content

Commit e6686b3

Browse files
author
rich cannings
committed
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
1 parent d65afc6 commit e6686b3

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
@@ -5341,6 +5341,13 @@ public static final class Global extends NameValueTable {
53415341
* {@hide} */
53425342
public static final String PACKAGE_VERIFIER_DEFAULT_RESPONSE = "verifier_default_response";
53435343

5344+
/** Show package verification setting in the Settings app.
5345+
* 1 = show (default)
5346+
* 0 = hide
5347+
* {@hide}
5348+
*/
5349+
public static final String PACKAGE_VERIFIER_SETTING_VISIBLE = "verifier_setting_visible";
5350+
53445351
/**
53455352
* The interval in milliseconds at which to check packet counts on the
53465353
* mobile data interface when screen is on, to detect possible data

0 commit comments

Comments
 (0)