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

Commit 631a824d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "AudioDeviceInfo.TYPE_DOCK more javadoc"

parents e7ec6ca6 9c55f1ea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -89,6 +89,8 @@ public final class AudioDeviceInfo {
    public static final int TYPE_USB_ACCESSORY    = 12;
    /**
     * A device type describing the audio device associated with a dock.
     * Starting at API 34, this device type only represents digital docks, while docks with an
     * analog connection are represented with {@link #TYPE_DOCK_ANALOG}.
     * @see #TYPE_DOCK_ANALOG
     */
    public static final int TYPE_DOCK             = 13;