Update metered string

This CL updates the metered network string to say
'detect automatically' instead of 'network preference'

Bug: 68030417
Test: rototest, visual inspection
Change-Id: I347e3b89b014d7ec0d5d0e6601f2813a3a96f5ab
This commit is contained in:
Salvador Martinez
2018-03-20 10:27:21 -07:00
parent 895f785470
commit aea566d44e
2 changed files with 2 additions and 2 deletions

View File

@@ -81,6 +81,6 @@ public class WifiMeteredPreferenceControllerTest {
mPreferenceController.updateState(mDropDownPreference);
assertThat(mDropDownPreference.getEntry()).isEqualTo("Use network preference");
assertThat(mDropDownPreference.getEntry()).isEqualTo("Detect automatically");
}
}