diff options
| author | 2010-03-04 13:13:42 -0800 | |
|---|---|---|
| committer | 2010-03-04 13:13:42 -0800 | |
| commit | 1a31ae34a073b9769775f9e6cf5818888173a8e8 (patch) | |
| tree | 40dd1f4a3ea929878193e1ea1fe95356d475d1a4 | |
| parent | 175ab23dbf098a8b870ebe8cb90ac16e5b50f0ef (diff) | |
| parent | 8a051a4ec34680dc93554457fec84677cb2cdcbf (diff) | |
Merge "Fix typo. According to grep, this is the only place in the tree that has it."
| -rw-r--r-- | core/java/android/content/Intent.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 179b80780a11..e63851f0a603 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1423,7 +1423,7 @@ public class Intent implements Parcelable, Cloneable { */ @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) public static final String ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE = - "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABILE"; + "android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE"; /** * Broadcast Action: The current system wallpaper has changed. See |