Merge "Add ability to show/hide Color Correction and Color Inversion."

This commit is contained in:
TreeHugger Robot
2018-01-11 17:49:56 +00:00
committed by Android (Google) Code Review
4 changed files with 73 additions and 4 deletions

View File

@@ -99,6 +99,12 @@
<!-- Whether default_home should be shown or not. -->
<bool name="config_show_default_home">true</bool>
<!-- Whether color correction preference should be shown or not. -->
<bool name="config_show_color_correction_preference">true</bool>
<!-- Whether color inversion preference should be shown or not. -->
<bool name="config_show_color_inversion_preference">true</bool>
<!-- Whether accessibility shortcut preference should be shown or not. -->
<bool name="config_show_accessibility_shortcut_preference">true</bool>