Updated the Contacts Storage Settings' bottom line text.
Bug: 394335832 Test: unit test and manual test Flag: EXEMPTED modified: res/values/strings.xml modified: tests/robotests/src/com/android/settings/applications/contacts/ContactsStorageSettingsTest.java Change-Id: Ibde23352a6c64ff7ea546e2fd5ef9468398829f7
This commit is contained in:
@@ -155,7 +155,7 @@ public class ContactsStorageSettingsTest {
|
||||
|
||||
assertThat(deviceOnlyPreference.getTitle()).isEqualTo("Device only");
|
||||
assertThat(deviceOnlyPreference.getSummary()).isEqualTo(
|
||||
"New contacts won't be synced with an account");
|
||||
"Contacts may not sync or be available on your other devices");
|
||||
assertThat(deviceOnlyPreference.getOrder()).isEqualTo(999);
|
||||
assertThat(mContactsStorageSettings.findPreference(
|
||||
PREF_KEY_ACCOUNT_CATEGORY).getTitle()).isEqualTo("Where to save contacts");
|
||||
|
||||
Reference in New Issue
Block a user