Enable immersive indicator by default

Bug: 185947709
Test: build
Change-Id: Ia896eae354f886bc917f63d19dad099ea7c80127
This commit is contained in:
Nate Myren
2021-04-26 17:10:39 -07:00
parent c72ac760e1
commit e119f2ab3a

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 */