Change Camera Compat runtime flag to be true by default.
Fix: 264322560 Test: manual and tests still pass Change-Id: I49712fc25a03bf4a3125c64c8f79766e0e7c9515
This commit is contained in:
@@ -1044,7 +1044,7 @@ final class LetterboxConfiguration {
|
||||
// DeviceConfig.OnPropertiesChangedListener
|
||||
private static boolean isCameraCompatTreatmentAllowed() {
|
||||
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_WINDOW_MANAGER,
|
||||
"enable_camera_compat_treatment", false);
|
||||
"enable_compat_camera_treatment", true);
|
||||
}
|
||||
|
||||
/** Whether camera compatibility refresh is enabled. */
|
||||
|
||||
Reference in New Issue
Block a user