Merge "Remove MASTER_MONO from replaced settings" into rvc-dev am: 951d75d4f8 am: 7d866818da am: ac85fd254b am: 7eafac2d6c
Change-Id: If75c4852e0555a3d3d57f766120307d0ab306c31
This commit is contained in:
@@ -225,8 +225,7 @@ public class SettingsHelper {
|
||||
@VisibleForTesting
|
||||
public boolean isReplacedSystemSetting(String setting) {
|
||||
// This list should not be modified.
|
||||
if (!Settings.System.MASTER_MONO.equals(setting)
|
||||
&& !Settings.System.SCREEN_OFF_TIMEOUT.equals(setting)) {
|
||||
if (!Settings.System.SCREEN_OFF_TIMEOUT.equals(setting)) {
|
||||
return false;
|
||||
}
|
||||
// If this flag is set, values for the system settings from the list above have been
|
||||
|
||||
Reference in New Issue
Block a user