Enterprice privacy: let the user know if admin enabled backups.
Bug: 73750212 Bug: 64012357 Test: make RunSettingsGoogleRoboTests Change-Id: I586eaccaebb89a8b3e5b4014b3d6427ab2eb15a9
This commit is contained in:
@@ -82,6 +82,7 @@ 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