[Reduce Bright Colors] Move persist preference
Moved below to the Options Category per feedback. Bug: 128465252 Test: preference is moved to Options category Change-Id: Ia5bfd1b12aa9ad3bccbbe91caf928829b788ae92
This commit is contained in:
@@ -91,8 +91,8 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
|
|||||||
final List<String> lists = new ArrayList<>();
|
final List<String> lists = new ArrayList<>();
|
||||||
lists.add(KEY_USE_SERVICE_PREFERENCE);
|
lists.add(KEY_USE_SERVICE_PREFERENCE);
|
||||||
lists.add(KEY_INTENSITY);
|
lists.add(KEY_INTENSITY);
|
||||||
lists.add(KEY_PERSIST);
|
|
||||||
lists.add(KEY_GENERAL_CATEGORY);
|
lists.add(KEY_GENERAL_CATEGORY);
|
||||||
|
lists.add(KEY_PERSIST);
|
||||||
lists.add(KEY_INTRODUCTION_CATEGORY);
|
lists.add(KEY_INTRODUCTION_CATEGORY);
|
||||||
return lists;
|
return lists;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user