Update Reduce Bright Colors preference string
Test: manual, atest ReduceBrightColorsPreferenceControllerTest Bug: 182116724 Change-Id: Ifde343aad7c6931efd083a1c728a2504b74f089f
This commit is contained in:
@@ -94,8 +94,6 @@ public class TurnScreenDarkerFragment extends DashboardFragment {
|
||||
if (ColorDisplayManager.isColorTransformAccelerated(getContext())) {
|
||||
mToggleInversionPreference.setSummary(AccessibilityUtil.getSummary(
|
||||
getContext(), Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED));
|
||||
mReduceBrightColorsPreference.setSummary(AccessibilityUtil.getSummary(
|
||||
getContext(), Settings.Secure.REDUCE_BRIGHT_COLORS_ACTIVATED));
|
||||
getPreferenceScreen().removePreference(experimentalCategory);
|
||||
} else {
|
||||
// Move following preferences to experimental category if device don't supports HWC
|
||||
|
||||
Reference in New Issue
Block a user