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

Commit 08a2b927 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update API docs for broadcasts." into main

parents 5a3c53a1 09b496e6
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -3767,7 +3767,7 @@ public class Intent implements Parcelable, Cloneable {
     * <p>The Intent will have the following extra value:</p>
     * <ul>
     *   <li><em>{@link android.content.Intent#EXTRA_PHONE_NUMBER}</em> -
     *       the phone number originally intended to be dialed.</li>
     *       the phone number dialed.</li>
     * </ul>
     * <p class="note">Starting in Android 15, this broadcast is no longer sent as an ordered
     * broadcast.  The <code>resultData</code> no longer has any effect and will not determine the
@@ -3800,6 +3800,14 @@ public class Intent implements Parcelable, Cloneable {
     * {@link android.Manifest.permission#PROCESS_OUTGOING_CALLS}
     * permission to receive this Intent.</p>
     *
     * <p class="note">Starting in {@link Build.VERSION_CODES#VANILLA_ICE_CREAM}, this broadcast is
     * no longer sent as an ordered broadcast, and does not allow activity launches.  This means
     * that receivers may no longer change the phone number for the outgoing call, or cancel the
     * outgoing call.  This functionality is only possible using the
     * {@link android.telecom.CallRedirectionService} API.  Although background receivers are
     * woken up to handle this intent, no guarantee is made as to the timeliness of the broadcast.
     * </p>
     *
     * <p class="note">This is a protected intent that can only be sent
     * by the system.
     *