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

Commit dd2001ce authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Add extra key for call attributes.

Add an extra key used internally with call attributes when setting up a
call.

Test: Manual testing.
Bug: 277232336
Change-Id: Ic8b5d57df88cf9c1d8a82a11ad4934ed4ef5fd78
parent 0ceaa620
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ public final class CallAttributes implements Parcelable {
    /** @hide **/
    public static final String CALL_CAPABILITIES_KEY = "TelecomCapabilities";

    /** @hide **/
    public static final String DISPLAY_NAME_KEY = "DisplayName";

    /** @hide **/
    public static final String CALLER_PID_KEY = "CallerPid";