Remove Sleep options from Advanced wifi.
Sleep options are not relevant any more. This CL removes them from the settings code. Bug: 35994481 Test: make RunSettingsRoboTests Change-Id: Ibd0b33ded3aa2da3df73c519611c915deed6310f
This commit is contained in:
@@ -85,7 +85,6 @@ public class ConfigureWifiSettings extends DashboardFragment {
|
||||
controllers.add(new NotifyOpenNetworksPreferenceController(context,
|
||||
networkScoreManagerWrapper, notificationChannelHelper, getPackageManager()));
|
||||
controllers.add(mUseOpenWifiPreferenceController);
|
||||
controllers.add(new WifiSleepPolicyPreferenceController(context));
|
||||
controllers.add(new WifiInfoPreferenceController(context, getLifecycle(), wifiManager));
|
||||
controllers.add(new CellularFallbackPreferenceController(context));
|
||||
controllers.add(new WifiP2pPreferenceController(context, getLifecycle(), wifiManager));
|
||||
|
||||
Reference in New Issue
Block a user