Update the java doc of getCallCapablePhoneAccountsAcrossProfiles
Bug: 318471441
Test: make
Change-Id: I6539835f6de9d196170683097967507e3e74d1cd
diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java
index f8e8529..e62bd90 100644
--- a/telecomm/java/android/telecom/TelecomManager.java
+++ b/telecomm/java/android/telecom/TelecomManager.java
@@ -1359,8 +1359,9 @@
/**
* Returns a list of {@link PhoneAccountHandle}s which can be used to make and receive phone
- * calls. The returned list includes those accounts which have been explicitly enabled by
- * the user or enabled by other users but visible to the user.
+ * calls. The returned list includes those accounts which have been explicitly enabled.
+ * In contrast to {@link #getCallCapablePhoneAccounts}, this also includes accounts from
+ * the calling user's {@link android.os.UserManager#getUserProfiles} profile group.
*
* @see #EXTRA_PHONE_ACCOUNT_HANDLE
* @return A list of {@code PhoneAccountHandle} objects.