diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index cf0603e3a84d8..c88aca80f1db2 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.