• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Dmitry Zlenko

    Android asks for USB access permission twice

    I have an application designed to operate the USB serial device. The Manifest contains the corresponding filter: <intent-filter> <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> </intent-filter> <meta-data...