Hi there,
Is it possible to not show android permissions dialogs for devices I don't have set in my device_filter.xml?
i.e. Our app only cares about devices we have built support for. The issue is that we have other devices connected to the Android device our app doesn't use, e.g. USB ethernet adapter, or a USB c dongle
The app now asks for permission to all of these devices when they're plugged in, but I am only interested in requesting permission for VID and PIDs we filter to
Is this possible in the Flutter implementation? is this possible in Android to do this or is this a known limitation?
Thanks