summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-12-16 09:18:24 -0800
committerEric Laurent <elaurent@google.com>2010-12-16 09:25:53 -0800
commit4d29b2f11d4ea3b0cf60f1a1bf394740d64ef416 (patch)
treee15893746782da423aaa27f66bad326fad2dcf31 /core/java/android/content
parentc89d59ce18738d6414309b7afb48c50c4d45de1a (diff)
downloadframeworks_base-4d29b2f11d4ea3b0cf60f1a1bf394740d64ef416.zip
frameworks_base-4d29b2f11d4ea3b0cf60f1a1bf394740d64ef416.tar.gz
frameworks_base-4d29b2f11d4ea3b0cf60f1a1bf394740d64ef416.tar.bz2
Fix error in HDMI and digital dock intent strings
Intent.ACTION_USB_DGTL_HEADSET_PLUG and Intent.ACTION_HDMI_AUDIO_PLUG where mistakenly using the same string. Change-Id: Iede1896196585396dcc7e00aad06ad60e9a87875
Diffstat (limited to 'core/java/android/content')
-rw-r--r--core/java/android/content/Intent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 22befa8..ca5ff24 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1845,7 +1845,7 @@ public class Intent implements Parcelable, Cloneable {
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_USB_ANLG_HEADSET_PLUG =
- "android.intent.action.DOCK_HEADSET_PLUG";
+ "android.intent.action.USB_ANLG_HEADSET_PLUG";
/**
* Broadcast Action: An analog audio speaker/headset plugged in or unplugged.
@@ -1860,7 +1860,7 @@ public class Intent implements Parcelable, Cloneable {
*/
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_USB_DGTL_HEADSET_PLUG =
- "android.intent.action.HDMI_AUDIO_PLUG";
+ "android.intent.action.USB_DGTL_HEADSET_PLUG";
/**
* Broadcast Action: A HMDI cable was plugged or unplugged