Introduce CameraLaserSensorPreferenceControllerV2
- Create new CameraLaserSensorPreferenceControllerV2 - Copy logic from CameraLaserSensorPreferenceController with slight modifications for dashboard fragment compatibility - Deprecate CameraLaserSensorPreferenceController Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: I8854d3e891afab607025a427a376e33e9b61dcc3
This commit is contained in:
@@ -28,6 +28,10 @@ import com.android.settings.R;
|
||||
import com.android.settings.core.PreferenceControllerMixin;
|
||||
import com.android.settingslib.core.AbstractPreferenceController;
|
||||
|
||||
/**
|
||||
* deprecated in favor of {@link CameraLaserSensorPreferenceControllerV2}
|
||||
*/
|
||||
@Deprecated
|
||||
public class CameraLaserSensorPreferenceController extends AbstractPreferenceController
|
||||
implements PreferenceControllerMixin {
|
||||
|
||||
|
Reference in New Issue
Block a user