Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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"; core/java/android/provider/Settings.java +1 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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";
core/java/android/provider/Settings.java +1 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading