Merge "Add developer option for device identifier restrictions"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9285d84aa4
@@ -478,6 +478,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new FreeformWindowsPreferenceController(context));
|
||||
controllers.add(new DesktopModePreferenceController(context));
|
||||
controllers.add(new SmsAccessRestrictionPreferenceController(context));
|
||||
controllers.add(new DeviceIdentifierAccessRestrictionsPreferenceController(context));
|
||||
controllers.add(new ShortcutManagerThrottlingPreferenceController(context));
|
||||
controllers.add(new EnableGnssRawMeasFullTrackingPreferenceController(context));
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "running_apps"));
|
||||
|
Reference in New Issue
Block a user