diff options
-rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index b7706a926a3d..6bdc43ec2414 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -810,6 +810,9 @@ public final class PhoneAccount implements Parcelable { * If this setter method is never called or cleared using * {@link #clearSimultaneousCallingRestriction()}, there is no restriction and all * {@link PhoneAccount}s registered to Telecom by this package support simultaneous calling. + * If this setter is called and set as an empty Set, then this {@link PhoneAccount} does + * not support simultaneous calling with any other {@link PhoneAccount}s registered by the + * same application. * <p> * Note: Simultaneous calling restrictions can only be placed on {@link PhoneAccount}s that * were registered by the same application. Simultaneous calling across applications is |