diff options
author | Dirk Dougherty <ddougherty@google.com> | 2013-05-28 17:37:12 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-05-28 17:59:38 -0700 |
commit | 367ce906c84f68621663aa8bbcf24af7e024adfa (patch) | |
tree | 28d5ad9218e48ffe554fc9dc27ef5f11b2e45966 /core/java/android/content | |
parent | c6c149aa14610925158ef1ba6320c9356e45e631 (diff) | |
download | frameworks_base-367ce906c84f68621663aa8bbcf24af7e024adfa.zip frameworks_base-367ce906c84f68621663aa8bbcf24af7e024adfa.tar.gz frameworks_base-367ce906c84f68621663aa8bbcf24af7e024adfa.tar.bz2 |
Doc change: adjust description of NEW_OUTGOING_CALL.
Change-Id: If2bcfa7410759e08958029578a9b3d0a60a1de4e
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/Intent.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index cf0603e..c88aca8 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. * - * <p>The Intent will have the following extra value: + * <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> @@ -2250,8 +2250,6 @@ 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. |