summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tyler Gunn <tgunn@google.com> 2018-04-05 09:43:41 -0700
committer Tyler Gunn <tgunn@google.com> 2018-04-05 09:43:41 -0700
commit2155c4c897566a5a7c4620da72e7bdd5f9b80dc9 (patch)
tree8d839567f7acda10c0216066894538cad6b20ae8
parentd6997b05e0a1538ff55a106d053093700fc22eb2 (diff)
Update Javadoc to clarify which calls are logged.
Update javadoc to make it more clear tha tonly SIP or TEL scheme calls are logged at this time for self-managed CS. Test: Build - docs only change. Bug: 77581565 Change-Id: I1c5ef507077bc557f7af302a5b44c06bc90eef83
-rw-r--r--telecomm/java/android/telecom/PhoneAccount.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java
index 95eb14ada354..b3a3bf21cd8b 100644
--- a/telecomm/java/android/telecom/PhoneAccount.java
+++ b/telecomm/java/android/telecom/PhoneAccount.java
@@ -129,6 +129,9 @@ public final class PhoneAccount implements Parcelable {
* <p>
* By default, Self-Managed {@link PhoneAccount}s do not log their calls to the call log.
* Setting this extra to {@code true} provides a means for them to log their calls.
+ * <p>
+ * Note: Only calls where the {@link Call.Details#getHandle()} {@link Uri#getScheme()} is
+ * {@link #SCHEME_SIP} or {@link #SCHEME_TEL} will be logged at the current time.
*/
public static final String EXTRA_LOG_SELF_MANAGED_CALLS =
"android.telecom.extra.LOG_SELF_MANAGED_CALLS";