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

Commit 219e1396 authored by Robin Bennett's avatar Robin Bennett Committed by Android (Google) Code Review
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
parents 0994a887 1193a35b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -10805,6 +10805,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
@@ -411,6 +411,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,