Merge "Add extra key for call attributes." into udc-dev

This commit is contained in:
TreeHugger Robot
2023-05-11 16:33:26 +00:00
committed by Android (Google) Code Review

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