Fix mic usage for api34 when app is backgrounded.

This commit is contained in:
Cody Henthorne
2024-08-02 16:49:54 -04:00
committed by mtang-signal
parent 8932eef991
commit aebaff736c
4 changed files with 36 additions and 12 deletions

View File

@@ -961,7 +961,7 @@ object RemoteConfig {
@JvmStatic
@get:JvmName("useActiveCallManager")
val useActiveCallManager: Boolean by remoteBoolean(
key = "android.calling.useActiveCallManager.5",
key = "android.calling.useActiveCallManager.6",
defaultValue = false,
hotSwappable = false
)