From 7a060d5e2b99e9a7edb22e846449204b603dd8bc Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Fri, 19 Jun 2015 14:52:04 -0700 Subject: Additional javadoc. Change-Id: Iba7f9315521314d066a166ba884ac71c3a9c2496 --- telecomm/java/android/telecom/TelecomManager.java | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'telecomm/java/android') diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index a0669e4..e2921c4 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -187,7 +187,7 @@ public class TelecomManager { * Optional extra for {@link android.content.Intent#ACTION_CALL} and * {@link android.content.Intent#ACTION_DIAL} {@code Intent} containing a {@link Bundle} * which contains metadata about the call. This {@link Bundle} will be saved into - * {@code Call.Details}. + * {@code Call.Details} and passed to the {@link ConnectionService} when placing the call. */ public static final String EXTRA_OUTGOING_CALL_EXTRAS = "android.telecom.extra.OUTGOING_CALL_EXTRAS"; @@ -1166,6 +1166,14 @@ public class TelecomManager { * telecomManager.placeCall(uri, extras); * * + * The following keys are supported in the supplied extras. + * + * * @param address The address to make the call to. * @param extras Bundle of extras to use with the call. */ -- cgit v1.1