Use calling service type for calls.

This commit is contained in:
Cody Henthorne
2024-11-26 16:49:04 -05:00
committed by Greyson Parrelli
parent 10d394f39e
commit 39b4484887
7 changed files with 39 additions and 511 deletions

View File

@@ -958,15 +958,6 @@ object RemoteConfig {
hotSwappable = true
)
/** Whether or not to use active call manager instead of WebRtcCallService. */
@JvmStatic
@get:JvmName("useActiveCallManager")
val useActiveCallManager: Boolean by remoteBoolean(
key = "android.calling.useActiveCallManager.6",
defaultValue = false,
hotSwappable = false
)
/** Whether the in-app GIF search is available for use. */
@JvmStatic
@get:JvmName("gifSearchAvailable")