Tony Lenz

Results 3 comments of Tony Lenz

Sorry for taking so long to respond. You should be able to just set the MIME type on the intent you use to launch the file chooser. ``` intent.setType(DESIRED_MIME_TYPE); ```

I was just testing this out and could not reproduce an ANR (tested on an API 29 and API 34 emulator with the above sample 100,000 bookmark import).

I've created a pull request that fixes this issue (#13).