Merge "Miss USB device Interface from UsbManager.getDeviceList()." into mnc-dev

This commit is contained in:
Tim Kilbourn
2015-07-22 20:40:06 +00:00
committed by Android (Google) Code Review

View File

@@ -231,6 +231,8 @@ public class UsbHostManager {
mNewConfigurations = null;
mNewInterfaces = null;
mNewEndpoints = null;
mNewConfiguration = null;
mNewInterface = null;
}
}