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

Commit 0fedf8f7 authored by Long Ling's avatar Long Ling Committed by android-build-merger
Browse files

Merge changes from topic "device_config_for_display_qpr1" into qt-qpr1-dev

am: 30e9250f

Change-Id: I35abdd33e93bc2f3a5f401ac2d061d9d21792e20
parents e34af281 30e9250f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3476,6 +3476,14 @@ public final class Settings {
            }
        };
        /**
         * The user selected min refresh rate in frames per second.
         *
         * If this isn't set, 0 will be used.
         * @hide
         */
        public static final String MIN_REFRESH_RATE = "min_refresh_rate";
        /**
         * The user selected peak refresh rate in frames per second.
         *
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ public class SettingsBackupTest {
                    Settings.System.VOLUME_VOICE, // deprecated since API 2?
                    Settings.System.WHEN_TO_MAKE_WIFI_CALLS, // bug?
                    Settings.System.WINDOW_ORIENTATION_LISTENER_LOG, // used for debugging only
                    Settings.System.MIN_REFRESH_RATE, // depends on hardware capabilities
                    Settings.System.PEAK_REFRESH_RATE // depends on hardware capabilities
                    );

+248 −62

File changed.

Preview size limit exceeded, changes collapsed.