Merge "Flips the flag to turn on RotationResolver by default." into sc-dev

This commit is contained in:
Yi Jiang
2021-02-09 23:32:25 +00:00
committed by Android (Google) Code Review

View File

@@ -66,7 +66,7 @@ public class RotationResolverManagerService extends
private static final String KEY_SERVICE_ENABLED = "service_enabled";
/** Default value in absence of {@link DeviceConfig} override. */
private static final boolean DEFAULT_SERVICE_ENABLED = false;
private static final boolean DEFAULT_SERVICE_ENABLED = true;
static final int ORIENTATION_UNKNOWN =
FrameworkStatsLog.AUTO_ROTATE_REPORTED__PROPOSED_ORIENTATION__UNKNOWN;