Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc68256f authored by Eemi Haukkala's avatar Eemi Haukkala Committed by Narayan Kamath
Browse files

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: default avatarEemi Haukkala <eemi.haukkala@gmail.com>
parent 2a88ff2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}.