diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 6f41fb3a3853e..6a08fbff7f839 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2231,7 +2231,7 @@ public class Intent implements Parcelable, Cloneable { /** * Broadcast Action: An outgoing call is about to be placed. * - *
The Intent will have the following extra value: + *
The Intent will have the following extra value:
*Any BroadcastReceiver receiving this Intent must not - * abort the broadcast.
*Emergency calls cannot be intercepted using this mechanism, and * other calls cannot be modified to call emergency numbers using this * mechanism.