Merge "Fix a typo in the launch intent for emergency info."
This commit is contained in:
committed by
Android (Google) Code Review
commit
c43b09a22c
@@ -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");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user