So, I know how to detect USB mass storage being connected and disconnected. So far so good.
But now I have a problem, wherein once I get out of USB mode in my app, MediaStore begins to scan media, I wait for that scanning to be complete, and then I try to access some content from MediaStore. I store the ID of images and videos and try to get the URI of those items once scanning is complete.
But now when I query for the URI of those files with the stored ID I have, some of the files' URIs come out as null. And that's my problem, because they shouldn't be.
Does anyone have pointers as to what I am missing?