Loading packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ class MtpManager { if (usbInterface.getInterfaceClass() == UsbConstants.USB_SUBCLASS_VENDOR_SPEC && usbInterface.getInterfaceSubclass() == SUBCLASS_MTP && usbInterface.getInterfaceProtocol() == PROTOCOL_MTP && usbInterface.getName().equals("MTP")) { "MTP".equals(usbInterface.getName())) { return true; } } Loading Loading
packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -294,7 +294,7 @@ class MtpManager { if (usbInterface.getInterfaceClass() == UsbConstants.USB_SUBCLASS_VENDOR_SPEC && usbInterface.getInterfaceSubclass() == SUBCLASS_MTP && usbInterface.getInterfaceProtocol() == PROTOCOL_MTP && usbInterface.getName().equals("MTP")) { "MTP".equals(usbInterface.getName())) { return true; } } Loading