Rename Enhanced MAC Randomization to Non-Persistent
Enhanced MAC Randomization has been renamed to Non-Persistent MAC Randomization, so this change should also be reflected in Settings code. Bug: 162854429 Test: verify developer toggle for non-persistent MAC still worked Change-Id: Iafdc72e63d9254e32036b491c2458fd5351e36e4
This commit is contained in:
@@ -505,7 +505,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new WifiDisplayCertificationPreferenceController(context));
|
||||
controllers.add(new WifiVerboseLoggingPreferenceController(context));
|
||||
controllers.add(new WifiScanThrottlingPreferenceController(context));
|
||||
controllers.add(new WifiEnhancedMacRandomizationPreferenceController(context));
|
||||
controllers.add(new WifiNonPersistentMacRandomizationPreferenceController(context));
|
||||
controllers.add(new MobileDataAlwaysOnPreferenceController(context));
|
||||
controllers.add(new TetheringHardwareAccelPreferenceController(context));
|
||||
controllers.add(new BluetoothDeviceNoNamePreferenceController(context));
|
||||
|
Reference in New Issue
Block a user