Merge "Enable immersive indicator by default" into sc-dev

This commit is contained in:
Nate Myren
2021-04-27 16:09:58 +00:00
committed by Android (Google) Code Review

View File

@@ -68,7 +68,7 @@ class SystemStatusAnimationScheduler @Inject constructor(
}
private fun isImmersiveIndicatorEnabled(): Boolean {
return DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_PRIVACY,
PROPERTY_ENABLE_IMMERSIVE_INDICATOR, false)
PROPERTY_ENABLE_IMMERSIVE_INDICATOR, true)
}
/** True from the time a scheduled event starts until it's animation finishes */