diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 5cb856e4d9b2e..fc9572824f410 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2289,6 +2289,8 @@ public class Intent implements Parcelable, Cloneable { * should have a positive priority. * Negative priorities are reserved for the system for this broadcast; * using them may cause problems.
+ *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.