Merge "Remove MASTER_MONO from replaced settings" into rvc-dev am: 951d75d4f8 am: 0234447c34 am: a08b5b473b

Change-Id: I53783e71d08cb4e6f34c15af3dd89d46a00c5082
This commit is contained in:
Ruslan Tkhakokhov
2020-05-05 12:42:21 +00:00
committed by Automerger Merge Worker

View File

@@ -225,8 +225,7 @@ public class SettingsHelper {
@VisibleForTesting @VisibleForTesting
public boolean isReplacedSystemSetting(String setting) { public boolean isReplacedSystemSetting(String setting) {
// This list should not be modified. // This list should not be modified.
if (!Settings.System.MASTER_MONO.equals(setting) if (!Settings.System.SCREEN_OFF_TIMEOUT.equals(setting)) {
&& !Settings.System.SCREEN_OFF_TIMEOUT.equals(setting)) {
return false; return false;
} }
// If this flag is set, values for the system settings from the list above have been // If this flag is set, values for the system settings from the list above have been