USB Permission dialog every boot on Android

Running on a ODROID N2L Android. Every first boot of the device / or if usb peripherals are taken out and put back in, system will ask to allow RealDash to access that USB device, any way that to set that once? This is running in a car as a dashboard, so setting it on every start is not the option.

Also this was not happening on an older build. maybe 6 months to 1 year ago. I recently updated to latest, and having this issue since then.

1 Like

This change was due support for USB cameras. In order to make them work we had to ask permissions of USB devices to determine if they are a camera or not.

We are trying to make a workaround for this for next release.

4 Likes

Thank you, will wait for workaround.

For now I created my own AccessibilityService that auto clicks the OK button when its shows up, a bit clunky but working for me .

RealDash 2.4.4 should not ask for a permission for USB devices unless they are Cameras or used for connections.

1 Like