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

Commit bfb5f457 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Update API docs for Call#putExtras."

parents 8e093fb7 6c100246
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2123,6 +2123,14 @@ public final class Call {
     * <p>
     * No assumptions should be made as to how an In-Call UI or service will handle these
     * extras.  Keys should be fully qualified (e.g., com.example.MY_EXTRA) to avoid conflicts.
     * <p>
     * Extras added using this method will be made available to the {@link ConnectionService}
     * associated with this {@link Call} and notified via
     * {@link Connection#onExtrasChanged(Bundle)}.
     * <p>
     * Extras added using this method will also be available to other running {@link InCallService}s
     * and notified via {@link Call.Callback#onDetailsChanged(Call, Details)}.  The extras can be
     * accessed via {@link Details#getExtras()}.
     *
     * @param extras The extras to add.
     */