Make Settings.Global.HIDE_ERROR_DIALOGS a TestApi

Required to test ANR

Fixes: 144724475
Test: run cts -m CtsWindowManagerDeviceTestCases -t android.server.wm.AnrTests
Change-Id: I02ef51790a630c9cead7e66eca58d107d77e95db
This commit is contained in:
Vishnu Nair
2019-11-19 17:19:08 -08:00
parent 94a1780686
commit 6ce1e002d2
2 changed files with 2 additions and 0 deletions

View File

@@ -2444,6 +2444,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";

View File

@@ -11889,6 +11889,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";
/**