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

Commit bc231faa authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Add personalization state paused constant" into pi-dev am: 1fc69c5e

am: ee2b9ee2

Change-Id: I8dd9fbf9d2e7e30f17e2c937ba1e3064f7ae091b
parents b7529649 ee2b9ee2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1784,6 +1784,12 @@ public final class Settings {
     */
    public static final int USER_SETUP_PERSONALIZATION_STARTED = 1;
    /**
     * User has snoozed personalization and will complete it later.
     * @hide
     */
    public static final int USER_SETUP_PERSONALIZATION_PAUSED = 2;
    /**
     * User has completed setup personalization.
     * @hide
@@ -1795,6 +1801,7 @@ public final class Settings {
    @IntDef({
            USER_SETUP_PERSONALIZATION_NOT_STARTED,
            USER_SETUP_PERSONALIZATION_STARTED,
            USER_SETUP_PERSONALIZATION_PAUSED,
            USER_SETUP_PERSONALIZATION_COMPLETE
    })
    public @interface UserSetupPersonalization {}