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
This commit is contained in:
Tyler Gunn
2023-05-08 00:08:33 +00:00
parent 0a141fd6fa
commit 545b5d8365

View File

@@ -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";