Introduce MobileDataAlwaysOnPreferenceController
- Create new MobileDataAlwaysOnPreferenceController - Create controller inside the DashboardFragment - Port logic from DeveloperSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: If4b1a0d14c4b24cb1562a37627436bfb011e9310
This commit is contained in:
@@ -206,7 +206,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// enable wi-fi verbose logging
|
||||
// aggressive wifi to mobile handover
|
||||
controllers.add(new WifiRoamScansPreferenceController(context));
|
||||
// mobile always active
|
||||
controllers.add(new MobileDataAlwaysOnPreferenceController(context));
|
||||
// tethering hardware acceleration
|
||||
// select usb configuration
|
||||
// show bluetooth devices without names
|
||||
|
Reference in New Issue
Block a user