Settings: Add logical camera default switch
Add a switch to make logical camera as default camera (with smaller camera id) for 3rd party app. Test: Manually using Settings app, RunSettingsRoboTests Bug: 77600932 Change-Id: I86c7f3b9830fb376b324621feb31cdfac59faee5
This commit is contained in:
@@ -399,6 +399,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new LogPersistPreferenceController(context, fragment, lifecycle));
|
||||
controllers.add(new ConnectivityMonitorPreferenceController(context));
|
||||
controllers.add(new CameraLaserSensorPreferenceController(context));
|
||||
controllers.add(new LogicalCameraDefaultPreferenceController(context));
|
||||
controllers.add(new WifiDisplayCertificationPreferenceController(context));
|
||||
controllers.add(new WifiVerboseLoggingPreferenceController(context));
|
||||
controllers.add(new WifiConnectedMacRandomizationPreferenceController(context));
|
||||
|
Reference in New Issue
Block a user