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

Commit fc70afee authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "New setting to suggest skipping first-use hints to users"

parents e9cf1583 0c416391
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24561,6 +24561,7 @@ package android.provider {
    field public static final java.lang.String PARENTAL_CONTROL_REDIRECT_URL = "parental_control_redirect_url";
    field public static final java.lang.String SELECTED_INPUT_METHOD_SUBTYPE = "selected_input_method_subtype";
    field public static final java.lang.String SETTINGS_CLASSNAME = "settings_classname";
    field public static final java.lang.String SKIP_FIRST_USE_HINTS = "skip_first_use_hints";
    field public static final java.lang.String SYS_PROP_SETTING_VERSION = "sys.settings_secure_version";
    field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
    field public static final deprecated java.lang.String TTS_DEFAULT_COUNTRY = "tts_default_country";
+1 −3
Original line number Diff line number Diff line
@@ -4589,11 +4589,9 @@ public final class Settings {

        /**
         * If enabled, apps should try to skip any introductory hints on first launch. This might
         * apply to users that are already familiar with the environment or temporary users, like
         * guests.
         * apply to users that are already familiar with the environment or temporary users.
         * <p>
         * Type : int (0 to show hints, 1 to skip showing hints)
         * @hide
         */
        public static final String SKIP_FIRST_USE_HINTS = "skip_first_use_hints";