From 367ce906c84f68621663aa8bbcf24af7e024adfa Mon Sep 17 00:00:00 2001
From: Dirk Dougherty
Date: Tue, 28 May 2013 17:37:12 -0700
Subject: Doc change: adjust description of NEW_OUTGOING_CALL.
Change-Id: If2bcfa7410759e08958029578a9b3d0a60a1de4e
---
core/java/android/content/Intent.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
(limited to 'core/java/android/content/Intent.java')
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index cf0603e3a84d..c88aca80f1db 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:
*
* - {@link android.content.Intent#EXTRA_PHONE_NUMBER} -
* the phone number originally intended to be dialed.
@@ -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.
- * 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.
--
cgit v1.2.3