Add android:order to all emergency setting items

Each item has a gap of 100 to allow external setting injection choose
where to display.

Bug: 175158310
Test: manual
Change-Id: Icf150ad8fc956c3db391251382b08b5155034a8b
This commit is contained in:
Fan Zhang
2021-01-08 11:18:41 -08:00
parent fa19722c3a
commit 78cbca8cbd
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ public class EmergencyDashboardFragment extends DashboardFragment {
@Override
public int getMetricsCategory() {
return SettingsEnums.EMERGENCY_SOS_GESTURE_SETTINGS;
return SettingsEnums.EMERGENCY_SETTINGS;
}
public static final BaseSearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =