Strings updates for the new version of High contrast text.
These strings may be replaced again after our UX Writing team provides new strings for the final public release. Bug: 384791485 Test: observe new strings; see http://b/384791485#comment2 Flag: EXEMPT strings changes Change-Id: I5359bc3d6faca84238fe00801a5d68e5ef8ffc2f
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user