Loading core/java/android/content/Intent.java +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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. * Loading Loading
core/java/android/content/Intent.java +9 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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. * Loading