I'm trying to automatically detect a NFC card on an external reader that's connected to the phone through OTG. The reader is already being automatically detected on connection, but to read data from the card i have to manually make the call (onNewIntent is not being called on card being near the reader).
I'm using a Digital Logic uFR Classic CS reader (https://www.d-logic.net/nfc-rfid-reader-sdk/products/ufr-classic-cs/) with MiFare Desfire Ev1 cards. Also, uFR SDK uses FTDI's d2xx Android library as it's base to connect the reader.
Any help would be appreciated!