android: sync SDL android parts

This commit is contained in:
Sigrid Solveig Haflínudóttir 2022-01-04 16:43:03 +01:00
parent eba4a601be
commit b581e59f62
1 changed files with 3 additions and 0 deletions

View File

@ -141,6 +141,9 @@ public class HIDDeviceManager {
private void initializeUSB() {
mUsbManager = (UsbManager)mContext.getSystemService(Context.USB_SERVICE);
if (mUsbManager == null) {
return;
}
/*
// Logging