Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dbf3c52 authored by Pranav Madapurmath's avatar Pranav Madapurmath
Browse files

Set telecomCallId in Remote ConnectionRequest

Ensure that the telecom call id generated when creating a remote
connection or conference in RemoteConnectionService is saved into the
ConnectionRequest. This was causing the call id to show up as null in
Telephony.

Bug: 323358714
Test: atest RemoteConnectionTest
Change-Id: Id8272a0fb82858e6bda7106b15d41c2b19cec3d2
parent f5094557
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@ aconfig_declarations {
        "telecom_bluetoothroutemanager_flags.aconfig",
        "telecom_work_profile_flags.aconfig",
        "telecom_connection_service_wrapper_flags.aconfig",
        "telecom_remote_connection_service.aconfig",
        "telecom_profile_user_flags.aconfig",
    ],
}
+8 −0
Original line number Diff line number Diff line
package: "com.android.server.telecom.flags"

flag {
  name: "set_remote_connection_call_id"
  namespace: "telecom"
  description: "Sets the telecom call id for remote connections/ conferences."
  bug: "320242200"
}