Merge "Make Settings.Global.HIDE_ERROR_DIALOGS a TestApi"
This commit is contained in:
committed by
Android (Google) Code Review
commit
72672006c8
@@ -2465,6 +2465,7 @@ package android.provider {
|
||||
field public static final String DYNAMIC_POWER_SAVINGS_DISABLE_THRESHOLD = "dynamic_power_savings_disable_threshold";
|
||||
field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";
|
||||
field public static final String HIDDEN_API_BLACKLIST_EXEMPTIONS = "hidden_api_blacklist_exemptions";
|
||||
field public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs";
|
||||
field public static final String LOCATION_GLOBAL_KILL_SWITCH = "location_global_kill_switch";
|
||||
field public static final String LOCATION_IGNORE_SETTINGS_PACKAGE_WHITELIST = "location_ignore_settings_package_whitelist";
|
||||
field public static final String LOW_POWER_MODE = "low_power";
|
||||
|
||||
@@ -11919,6 +11919,7 @@ public final class Settings {
|
||||
* as if they had been accepted by the user.
|
||||
* @hide
|
||||
*/
|
||||
@TestApi
|
||||
public static final String HIDE_ERROR_DIALOGS = "hide_error_dialogs";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user