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

Commit a890cc7c authored by Badhri Jagan Sridharan's avatar Badhri Jagan Sridharan Committed by android-build-merger
Browse files

Merge "Fix missing combination check SINK/DEVICE"

am: 25a7e6ed

Change-Id: I3b8e25d60b051785c486555176472fd072163885
parents 69402023 25a7e6ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -855,7 +855,7 @@ public class UsbDeviceManager implements ActivityManagerInternal.ScreenObserver
                            && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SOURCE,
                            UsbPort.DATA_ROLE_DEVICE)
                            && status.isRoleCombinationSupported(UsbPort.POWER_ROLE_SINK,
                            UsbPort.DATA_ROLE_HOST);
                            UsbPort.DATA_ROLE_DEVICE);

                    args.recycle();
                    updateUsbNotification(false);