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

Commit b1b9aa2e authored by Robin Bennett's avatar Robin Bennett Committed by android-build-merger
Browse files

Merge "Add setting/experiment to send keycode sleep for ungaze when Home is...

Merge "Add setting/experiment to send keycode sleep for ungaze when Home is the foreground activity." into pi-dev
am: 219e1396

Change-Id: I55b953d0f060f38251c6504470d4b13a38b50f25
parents 65f3eaa3 219e1396
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -10813,6 +10813,15 @@ public final class Settings {
        public static final String TIME_ONLY_MODE_CONSTANTS
                = "time_only_mode_constants";

        /**
         * Whether of not to send keycode sleep for ungaze when Home is the foreground activity on
         * watch type devices.
         * Type: int (0 for false, 1 for true)
         * Default: 0
         * @hide
         */
        public static final String UNGAZE_SLEEP_ENABLED = "ungaze_sleep_enabled";

        /**
         * Whether or not Network Watchlist feature is enabled.
         * Type: int (0 for false, 1 for true)
+1 −0
Original line number Diff line number Diff line
@@ -412,6 +412,7 @@ public class SettingsBackupTest {
                    Settings.Global.UNINSTALLED_INSTANT_APP_MIN_CACHE_PERIOD,
                    Settings.Global.UNINSTALLED_INSTANT_APP_MAX_CACHE_PERIOD,
                    Settings.Global.UNUSED_STATIC_SHARED_LIB_MIN_CACHE_PERIOD,
                    Settings.Global.UNGAZE_SLEEP_ENABLED,
                    Settings.Global.UNLOCK_SOUND,
                    Settings.Global.USE_GOOGLE_MAIL,
                    Settings.Global.VT_IMS_ENABLED,