Fix typos in AudioManager javadoc

The ACTION_HDMI_AUDIO_PLUG constant's description
had spelled "HDMI" as "HMDI" and was missing a
period. Fixes issue 93726.

Change-Id: Idfd5352dba022afcd81bc9e50864fc6e95c661db
Signed-off-by: Eemi Haukkala <eemi.haukkala@gmail.com>
This commit is contained in:
Eemi Haukkala
2015-03-06 23:03:30 +02:00
committed by Narayan Kamath
parent 2a88ff2fe1
commit bc68256fea

View File

@@ -229,7 +229,7 @@ public class AudioManager {
"android.intent.action.HEADSET_PLUG";
/**
* Broadcast Action: A sticky broadcast indicating an HMDI cable was plugged or unplugged
* Broadcast Action: A sticky broadcast indicating an HDMI cable was plugged or unplugged.
*
* The intent will have the following extra values: {@link #EXTRA_AUDIO_PLUG_STATE},
* {@link #EXTRA_MAX_CHANNEL_COUNT}, {@link #EXTRA_ENCODINGS}.