diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index 982e5f30e28c9..72ab60990d722 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -70,6 +70,14 @@ import java.util.List; * app. *
* Further, the pre-loaded dialer will ALWAYS be used when the user places an emergency call. + *
+ * An app filling the role of the default phone app provides a user interface while the device is in + * a call, and the device is not in car mode. *
* Below is an example manifest registration for an {@code InCallService}. The meta-data * {@link TelecomManager#METADATA_IN_CALL_SERVICE_UI} indicates that this particular