Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72672006 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make Settings.Global.HIDE_ERROR_DIALOGS a TestApi"

parents c9f242da 6ce1e002
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
+1 −0
Original line number Diff line number Diff line
@@ -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";
        /**