Move reset options to one place

Change-Id: I419c16cbfc69861e01f28c14abdde137bd78f0bb
Fix: 36458355
Test: make RunSettingsRoboTests
This commit is contained in:
Fan Zhang
2017-03-24 13:43:11 -07:00
parent 45f21c0aa4
commit 51059c5c91
13 changed files with 304 additions and 32 deletions

View File

@@ -60,7 +60,6 @@ public class SystemDashboardFragment extends DashboardFragment {
final List<PreferenceController> controllers = new ArrayList<>();
controllers.add(new SystemUpdatePreferenceController(context, UserManager.get(context)));
controllers.add(new AdditionalSystemUpdatePreferenceController(context));
controllers.add(new FactoryResetPreferenceController(context, UserManager.get(context)));
return controllers;
}