Introduce CameraHalHdrPlusPreferenceControllerV2
- Create new CameraHalHdrPlusPreferenceControllerV2 - Copy logic from CameraHalHdrPlusPreferenceController with slight modifications for dashboard fragment compatibility - Deprecate CameraHalHdrPlusPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I9b88286d16930df208c7c413728c816637409c81
This commit is contained in:
@@ -200,7 +200,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
// store logger data persistently on device
|
||||
// telephony monitor
|
||||
controllers.add(new CameraLaserSensorPreferenceControllerV2(context));
|
||||
// camera HAL HDR+
|
||||
controllers.add(new CameraHalHdrPlusPreferenceControllerV2(context));
|
||||
// feature flags
|
||||
controllers.add(new WifiDisplayCertificationPreferenceController(context));
|
||||
// enable wi-fi verbose logging
|
||||
|
Reference in New Issue
Block a user