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

Commit 051c7515 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix error in HDMI and digital dock intent strings"

parents 2e829595 4d29b2f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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