Merge "Strings updates for the new version of High contrast text." into main

This commit is contained in:
Daniel Norman
2024-12-18 20:24:22 -08:00
committed by Android (Google) Code Review
5 changed files with 12 additions and 11 deletions

View File

@@ -203,7 +203,7 @@ public class HighContrastTextMigrationReceiverTest {
ShadowNotification shadowNotification = Shadows.shadowOf(notification);
assertThat(shadowNotification.getContentTitle()).isEqualTo(mContext.getString(
R.string.accessibility_toggle_high_text_contrast_preference_title));
R.string.accessibility_notification_high_contrast_text_title));
assertThat(shadowNotification.getContentText()).isEqualTo(
mContext.getString(R.string.accessibility_notification_high_contrast_text_content));