diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2013-05-29 15:19:14 -0700 |
|---|---|---|
| committer | Dirk Dougherty <ddougherty@google.com> | 2013-05-29 15:19:14 -0700 |
| commit | 932fbcc817caba5e0825d13b800c423980910ca2 (patch) | |
| tree | 55e6bf564737a2c6baeabc6146dca6db54b08d35 /core/java/android/content/Intent.java | |
| parent | 367ce906c84f68621663aa8bbcf24af7e024adfa (diff) | |
Doc change: restore warning not to abort NEW_OUTGOING_CALL.
Change-Id: Icdd4ae184b2a989ac2967420cb5b471aac70808f
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index c88aca80f1db..d952315f2199 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2250,6 +2250,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.</p> + * <p>Any BroadcastReceiver receiving this Intent <em>must not</em> + * abort the broadcast.</p> * <p>Emergency calls cannot be intercepted using this mechanism, and * other calls cannot be modified to call emergency numbers using this * mechanism. |
