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:

*