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

Commit c7f62ee8 authored by Danny Baumann's avatar Danny Baumann
Browse files

@hide new setting and move it to appropriate place.

Change-Id: I02b50de9ba5b4aeab38acf6f9225908a4079b05a
parent ba9734b1
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -3091,6 +3091,14 @@ public final class Settings {
          */
         public static final String VOLUME_KEY_CURSOR_CONTROL = "volume_key_cursor_control";

        /**
         * toggle to "fix" the following: (found in NotificationManagerService)
         *  new in 4.2: if there was supposed to be a sound and we're in vibrate mode,
         *  we always vibrate, even if no vibration was specified
         * @hide
         */
        public static final String NOTIFICATION_CONVERT_SOUND_TO_VIBRATION = "convert_sound_to_vibration";

        /**
         * Settings to backup. This is here so that it's in the same place as the settings
         * keys and easy to update.
@@ -3410,14 +3418,6 @@ public final class Settings {
        @Deprecated
        public static final String WIFI_WATCHDOG_PING_TIMEOUT_MS =
            Secure.WIFI_WATCHDOG_PING_TIMEOUT_MS;

        /**
         * toggle to "fix" the following: (found in NotificationManagerService)
         *  new in 4.2: if there was supposed to be a sound and we're in vibrate mode,
         *  we always vibrate, even if no vibration was specified
         */
        public static final String NOTIFICATION_CONVERT_SOUND_TO_VIBRATION = "convert_sound_to_vibration";

    }

    /**