Remove ConnectivityManager from EnterprisePrivacyFeatureProvider.

It is only used in GlobalHttpPreferenceController. Move it there.

Bug: 173331190
Test: atest SettingsRoboTests
Change-Id: I62c589679052b276927d057d3d5d084bbfb57626
This commit is contained in:
Lorenzo Colitti
2021-02-18 16:32:47 +09:00
parent 5c9a042370
commit cacf9aa485
5 changed files with 10 additions and 34 deletions

View File

@@ -84,11 +84,6 @@ public interface EnterprisePrivacyFeatureProvider {
*/
boolean isAlwaysOnVpnSetInManagedProfile();
/**
* Returns whether the Device Owner set a recommended global HTTP proxy.
*/
boolean isGlobalHttpProxySet();
/**
* Returns the number of failed login attempts that the Device Owner or Profile Owner allows
* before the current user is wiped, or zero if no such limit is set.