Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 516e7ab6 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Docs fix for simultaneous calling API

Bug: 319904227
Test: docs only fix
Flag: DOCS ONLY CHANGE
Change-Id: I950ebf552269df560ffd873a0d75ffc6519234ff
parent b0c1d91a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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)