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

Commit c9c029c7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add setting/experiment for time only mode for watch type devices."

parents b4799807 47abf8c1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -10502,6 +10502,15 @@ public final class Settings {
        public static final String FORCED_APP_STANDBY_FOR_SMALL_BATTERY_ENABLED
                = "forced_app_standby_for_small_battery_enabled";

        /**
         * Whether or not to enable Time Only Mode for watch type devices.
         * Type: int (0 for false, 1 for true)
         * Default: 0
         * @hide
         */
        public static final String TIME_ONLY_MODE_ENABLED
                = "time_only_mode_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
@@ -377,6 +377,7 @@ public class SettingsBackupTest {
                    Settings.Global.TETHER_SUPPORTED,
                    Settings.Global.TEXT_CLASSIFIER_CONSTANTS,
                    Settings.Global.THEATER_MODE_ON,
                    Settings.Global.TIME_ONLY_MODE_ENABLED,
                    Settings.Global.TRANSITION_ANIMATION_SCALE,
                    Settings.Global.TRUSTED_SOUND,
                    Settings.Global.TZINFO_UPDATE_CONTENT_URL,