diff options
author | Joe Onorato <joeo@android.com> | 2010-03-04 13:13:42 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-04 13:13:42 -0800 |
commit | 1a31ae34a073b9769775f9e6cf5818888173a8e8 (patch) | |
tree | 40dd1f4a3ea929878193e1ea1fe95356d475d1a4 | |
parent | 175ab23dbf098a8b870ebe8cb90ac16e5b50f0ef (diff) | |
parent | 8a051a4ec34680dc93554457fec84677cb2cdcbf (diff) | |
download | frameworks_base-1a31ae34a073b9769775f9e6cf5818888173a8e8.zip frameworks_base-1a31ae34a073b9769775f9e6cf5818888173a8e8.tar.gz frameworks_base-1a31ae34a073b9769775f9e6cf5818888173a8e8.tar.bz2 |
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 179b807..e63851f 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 |