diff options
| author | 2024-01-20 01:57:08 +0000 | |
|---|---|---|
| committer | 2024-01-20 01:57:08 +0000 | |
| commit | 29b4ce10fc40e87e89e88d96bed5ea7ce5df4a8b (patch) | |
| tree | 053fd5ce37f82daf0928a4c254cfd1254e1284db | |
| parent | 4de86eace6fbcdb59605ba5d2c839e8d63e3454c (diff) | |
| parent | 516e7ab6817b6a7c8d00c106cbc3a21a7fec01bd (diff) | |
Merge "Docs fix for simultaneous calling API" into main
| -rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index dedeaf611a83..a089f5c9d641 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -816,8 +816,9 @@ public final class PhoneAccount implements Parcelable { * will throw a {@link SecurityException}. * * @param handles The other {@link PhoneAccountHandle}s that support calling simultaneously - * with this one. If set to null, there is no restriction and simultaneous calling is - * supported across all {@link PhoneAccount}s registered by this package. + * with this one. Use {@link #clearSimultaneousCallingRestriction()} to remove the + * restriction and allow simultaneous calling to be supported across all + * {@link PhoneAccount}s registered by this package. * @return The Builder used to set up the new PhoneAccount. */ @FlaggedApi(Flags.FLAG_SIMULTANEOUS_CALLING_INDICATIONS) |