Revert the mandatory backups feature.
Bug: 79736299 Test: make RunSettingsGoogleRoboTests Test: make RunSettingsRoboTests Change-Id: Ie9702664c0fb4daccdee74eac6080c959fe1b608
This commit is contained in:
@@ -84,7 +84,6 @@ public class EnterprisePrivacySettings extends DashboardFragment {
|
||||
exposureChangesCategoryControllers.add(new CaCertsCurrentUserPreferenceController(context));
|
||||
exposureChangesCategoryControllers.add(new CaCertsManagedProfilePreferenceController(
|
||||
context));
|
||||
exposureChangesCategoryControllers.add(new BackupsEnabledPreferenceController(context));
|
||||
controllers.addAll(exposureChangesCategoryControllers);
|
||||
controllers.add(new PreferenceCategoryController(context, "exposure_changes_category")
|
||||
.setChildren(exposureChangesCategoryControllers));
|
||||
|
||||
Reference in New Issue
Block a user