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

Commit 30e9250f authored by Long Ling's avatar Long Ling Committed by Android (Google) Code Review
Browse files

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

* changes:
  DMD: Support minimum refresh rate
  Allow DeviceConfig to change display settings
parents a58013ae 3b58effa
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.