Revert the mandatory backups feature.

Bug: 79736299
Test: make RunSettingsGoogleRoboTests
Test: make RunSettingsRoboTests

Change-Id: Ie9702664c0fb4daccdee74eac6080c959fe1b608
This commit is contained in:
Lenka Trochtova
2018-08-09 15:15:18 +02:00
parent d67668a1c3
commit 2f4558d3fc
11 changed files with 1 additions and 147 deletions

View File

@@ -124,9 +124,4 @@ public interface EnterprisePrivacyFeatureProvider {
* profile (if any).
*/
int getNumberOfActiveDeviceAdminsForCurrentUserAndManagedProfile();
/*
* Returns whether backups are mandatory.
*/
boolean areBackupsMandatory();
}