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

Commit 545b5d83 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
Merged-In: Ic8b5d57df88cf9c1d8a82a11ad4934ed4ef5fd78
Change-Id: Ic8b5d57df88cf9c1d8a82a11ad4934ed4ef5fd78
parent 0a141fd6
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -58,6 +58,9 @@ public final class CallAttributes implements Parcelable {
    /** @hide **/
    /** @hide **/
    public static final String CALL_CAPABILITIES_KEY = "TelecomCapabilities";
    public static final String CALL_CAPABILITIES_KEY = "TelecomCapabilities";


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

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