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

Commit 3c6cbd42 authored by Darrell Shi's avatar Darrell Shi Committed by Android (Google) Code Review
Browse files

Merge "Include versioning in hub mode tutorial state documentation" into main

parents 3f9f2a07 2803d6ef
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -10162,7 +10162,9 @@ public final class Settings {
        public static final int HUB_MODE_TUTORIAL_STARTED = 1;
        /**
         * Indicates that the user has completed the hub mode tutorial.
         * Any value greater than or equal to this value is considered that the user has
         * completed the hub mode tutorial.
         *
         * One of the possible states for {@link #HUB_MODE_TUTORIAL_STATE}.
         *
         * @hide
@@ -10181,8 +10183,11 @@ public final class Settings {
        /**
         * Defines the user's current state of navigating through the hub mode tutorial.
         * The possible states are defined in {@link HubModeTutorialState}.
         * Some possible states are defined in {@link HubModeTutorialState}.
         *
         * Any value greater than or equal to {@link HUB_MODE_TUTORIAL_COMPLETED} indicates that
         * the user has completed that version of the hub mode tutorial. And tutorial may be
         * shown again when a new version becomes available.
         * @hide
         */
        public static final String HUB_MODE_TUTORIAL_STATE = "hub_mode_tutorial_state";