Rotate call quality survey config value.

This commit is contained in:
Alex Hart
2025-12-10 14:16:23 -04:00
committed by Michelle Tang
parent b7c9c53176
commit 0e50e9b26a
2 changed files with 1 additions and 3 deletions

View File

@@ -1226,7 +1226,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("callQualitySurvey")
val callQualitySurvey: Boolean by remoteBoolean(
key = "android.callQualitySurvey.2",
key = "android.callQualitySurvey.3",
defaultValue = false,
hotSwappable = true
)