Merge "Do not back up brightness values - auto-brightness adjustment - deprecated VR brightness" into tm-qpr-dev am: c5c15a0973
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19900946 Change-Id: Ie4fa411e3d0e3108c64b5fff7486fabe8187b608 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -44,8 +44,6 @@ public class SystemSettings {
|
||||
Settings.System.DIM_SCREEN,
|
||||
Settings.System.SCREEN_OFF_TIMEOUT,
|
||||
Settings.System.SCREEN_BRIGHTNESS_MODE,
|
||||
Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ,
|
||||
Settings.System.SCREEN_BRIGHTNESS_FOR_VR,
|
||||
Settings.System.ADAPTIVE_SLEEP, // moved to secure
|
||||
Settings.System.APPLY_RAMPING_RINGER,
|
||||
Settings.System.VIBRATE_INPUT_DEVICES,
|
||||
|
||||
@@ -102,7 +102,9 @@ public class SettingsBackupTest {
|
||||
Settings.System.MIN_REFRESH_RATE, // depends on hardware capabilities
|
||||
Settings.System.PEAK_REFRESH_RATE, // depends on hardware capabilities
|
||||
Settings.System.SCREEN_BRIGHTNESS_FLOAT,
|
||||
Settings.System.SCREEN_BRIGHTNESS_FOR_VR,
|
||||
Settings.System.SCREEN_BRIGHTNESS_FOR_VR_FLOAT,
|
||||
Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ,
|
||||
Settings.System.MULTI_AUDIO_FOCUS_ENABLED, // form-factor/OEM specific
|
||||
Settings.System.WEAR_ACCESSIBILITY_GESTURE_ENABLED
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user