Loading packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -282,8 +282,8 @@ class MtpManager { } final MtpDeviceInfo info = mtpDevice.getDeviceInfo(); if (info != null) { operationsSupported = mtpDevice.getDeviceInfo().getOperationsSupported(); eventsSupported = mtpDevice.getDeviceInfo().getEventsSupported(); operationsSupported = info.getOperationsSupported(); eventsSupported = info.getEventsSupported(); } } else { roots = new MtpRoot[0]; Loading Loading
packages/MtpDocumentsProvider/src/com/android/mtp/MtpManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -282,8 +282,8 @@ class MtpManager { } final MtpDeviceInfo info = mtpDevice.getDeviceInfo(); if (info != null) { operationsSupported = mtpDevice.getDeviceInfo().getOperationsSupported(); eventsSupported = mtpDevice.getDeviceInfo().getEventsSupported(); operationsSupported = info.getOperationsSupported(); eventsSupported = info.getEventsSupported(); } } else { roots = new MtpRoot[0]; Loading