Merge "Fix a typo in the launch intent for emergency info."

This commit is contained in:
TreeHugger Robot
2017-05-03 22:01:29 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -149,6 +149,6 @@ public class EmergencyInfoPreferenceControllerTest {
mController.handlePreferenceTreeClick(preference);
assertThat(application.getNextStartedActivity().getAction())
.isEqualTo("android.settings.EDIT_EMERGENGY_INFO");
.isEqualTo("android.settings.EDIT_EMERGENCY_INFO");
}
}