[Accessibility] Add contrast control screen UI and setup entry point
Bug: 241805782 Test: atest, local raven device Screenshot: attached on bug Flag: aconfig com.android.settings.accessibility.enable_color_contrast_control Change-Id: I7fcc01b822b460c6585c41a5831575ba0ffbcc93
This commit is contained in:
@@ -117,6 +117,8 @@ public class Settings extends SettingsActivity {
|
||||
public static class TextReadingSettingsActivity extends SettingsActivity { /* empty */ }
|
||||
/** Activity for text color and motion settings. */
|
||||
public static class ColorAndMotionActivity extends SettingsActivity { /* empty */ }
|
||||
/** Activity for color contrast settings. */
|
||||
public static class ColorContrastActivity extends SettingsActivity { /* empty */ }
|
||||
/** Activity for the security dashboard. */
|
||||
public static class SecurityDashboardActivity extends SettingsActivity {
|
||||
|
||||
|
Reference in New Issue
Block a user