11-30-2023, 04:23 AM
I doubt there is something you can do on your side. There is a call in Android you can make to check if MIDI is supported:
context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_MIDI)
That is returning false on your device. So we'd have to see how that is implemented in the Android OS code.
Mike
context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_MIDI)
That is returning false on your device. So we'd have to see how that is implemented in the Android OS code.
Mike