MDM - how to allow an app to access USB devices
Hello,
I’m developing a POS solution that relies on software from a PSP (Payment System Provider). The problem is that when the app runs for the first time, it prompts the user to grant permission for using a USB PIN pad. This user interaction is not intended.
Is there a way, through MDM, to pre-grant this app permission to access USB devices automatically?
I’ve already tried some approaches via ADB, but they haven’t worked as expected.
0