Flip bit to allow dismissal of fgs notifications
Bug: 149420946 Test: atest SystemUITests; manual Change-Id: I4677b2d84c0b4e94d8359e95aa73e9cb476360a7
This commit is contained in:
@@ -42,8 +42,8 @@ class ForegroundServiceDismissalFeatureController @Inject constructor(
|
||||
private fun isEnabled(proxy: DeviceConfigProxy): Boolean {
|
||||
if (sIsEnabled == null) {
|
||||
sIsEnabled = proxy.getBoolean(
|
||||
DeviceConfig.NAMESPACE_SYSTEMUI, NOTIFICATIONS_ALLOW_FGS_DISMISSAL, false)
|
||||
DeviceConfig.NAMESPACE_SYSTEMUI, NOTIFICATIONS_ALLOW_FGS_DISMISSAL, true)
|
||||
}
|
||||
|
||||
return sIsEnabled!!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user