[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:
Sally
2020-11-11 23:43:02 +00:00
committed by Sally Yuen
parent 3318cc3bb2
commit 2a9e9cf1eb

View File

@@ -91,8 +91,8 @@ public class ToggleReduceBrightColorsPreferenceFragment extends ToggleFeaturePre
final List<String> lists = new ArrayList<>();
lists.add(KEY_USE_SERVICE_PREFERENCE);
lists.add(KEY_INTENSITY);
lists.add(KEY_PERSIST);
lists.add(KEY_GENERAL_CATEGORY);
lists.add(KEY_PERSIST);
lists.add(KEY_INTRODUCTION_CATEGORY);
return lists;
}