Add summary for hostspot when airplane is on.
Change-Id: I5470dab7050b73ed474abd5b948e873699819751 Fixes: 72716285 Test: RunSettingsRoboTests
This commit is contained in:
@@ -185,7 +185,7 @@ public class WifiTetherPreferenceControllerTest {
|
||||
receiver.onReceive(RuntimeEnvironment.application, broadcast);
|
||||
|
||||
assertThat(mPreference.getSummary().toString()).isEqualTo(
|
||||
RuntimeEnvironment.application.getString(R.string.summary_placeholder));
|
||||
"Unavailable because airplane mode is turned on");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user