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

Commit 9c0878cb authored by simplex's avatar simplex
Browse files

Make LAST_SETUP_SHOWN a SystemApi

This allows TV Setup to refer to LAST_SETUP_SHOWN.
This is part of the migration of TV Setup into google.

Bug: 117955028
Change-Id: I71a4e276ee4dbcd3c878278d8ce870ede4430a07
parent 42bce334
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4467,6 +4467,7 @@ package android.provider {
    field public static final java.lang.String AUTOFILL_USER_DATA_MIN_VALUE_LENGTH = "autofill_user_data_min_value_length";
    field public static final java.lang.String HUSH_GESTURE_USED = "hush_gesture_used";
    field public static final java.lang.String INSTANT_APPS_ENABLED = "instant_apps_enabled";
    field public static final java.lang.String LAST_SETUP_SHOWN = "last_setup_shown";
    field public static final java.lang.String MANUAL_RINGER_TOGGLE_COUNT = "manual_ringer_toggle_count";
    field public static final java.lang.String VOLUME_HUSH_GESTURE = "volume_hush_gesture";
  }
+1 −0
Original line number Diff line number Diff line
@@ -6947,6 +6947,7 @@ public final class Settings {
         * each release when there is new setup information to show.
         * @hide
         */
        @SystemApi
        public static final String LAST_SETUP_SHOWN = "last_setup_shown";
        /**