Merge changes I69049a13,I7fcc01b8 into main
* changes: [Accessibility] Migrate high text contrast under feature flag [Accessibility] Add contrast control screen UI and setup entry point
This commit is contained in:
@@ -2508,6 +2508,22 @@
|
||||
android:value="true" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="Settings$ColorContrastActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/accessibility_color_contrast_title">
|
||||
<intent-filter>
|
||||
<action android:name="android.settings.ACCESSIBILITY_COLOR_CONTRAST_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.accessibility.ColorContrastFragment" />
|
||||
<meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
|
||||
android:value="@string/menu_key_accessibility"/>
|
||||
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
|
||||
android:value="true" />
|
||||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="Settings$TextToSpeechSettingsActivity"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user