Revert "Remove multi-window developer setting from search index if disabled."
This reverts commit 77dab4be64
.
Bug: 24462906
Bug: 19494313
This commit is contained in:
@@ -1964,9 +1964,6 @@ public class DevelopmentSettings extends SettingsPreferenceFragment
|
|||||||
if (!showEnableOemUnlockPreference()) {
|
if (!showEnableOemUnlockPreference()) {
|
||||||
keys.add(ENABLE_OEM_UNLOCK);
|
keys.add(ENABLE_OEM_UNLOCK);
|
||||||
}
|
}
|
||||||
if (!showEnableMultiWindowPreference()) {
|
|
||||||
keys.add(ENABLE_MULTI_WINDOW_KEY);
|
|
||||||
}
|
|
||||||
return keys;
|
return keys;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user