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

Commit 08a27941 authored by Grace Jia's avatar Grace Jia Committed by Automerger Merge Worker
Browse files

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the...

Merge "Add Connection#EXTRA_ORIGINAL_CONNECTION_ID extra in the ConnectionRequest when creating an conference." am: dc553ddc

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1392889

Change-Id: Ie1985ee9f0f7c671023bf86d3a7ef242e2c03e5a
parents ef73b10a dc553ddc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,10 @@ public class ConnectionServiceWrapper extends ServiceBinder implements
                mPendingResponses.put(callId, response);

                Bundle extras = call.getIntentExtras();
                if (extras == null) {
                    extras = new Bundle();
                }
                extras.putString(Connection.EXTRA_ORIGINAL_CONNECTION_ID, callId);

                Log.addEvent(call, LogUtils.Events.START_CONFERENCE,
                        Log.piiHandle(call.getHandle()));