Update DRED duration remote config away from global

This commit is contained in:
adel-signal
2026-05-04 14:24:04 -07:00
committed by Greyson Parrelli
parent 1e70e825a3
commit cf71d43a2f
@@ -1283,7 +1283,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("dredDuration")
val dredDuration: Int by remoteInt(
key = "global.calling.dredDuration",
key = "android.calling.dredDuration",
defaultValue = 0,
hotSwappable = true
)