I would like to see which files on my SD card a certain application has written. How would I go about doing it?
I don't know how writing files from an application works in Android. But maybe these are possible (in case they are, I would like to know how to do them):
- If a file created by a certain application is owned by an "application user". Then listing all files created by that user would be what I'm looking for.
- If the above is impossible, listing files created within a date range would be a way, as I know which date I installed the application, and that's the only date when it wrote files to the SD card.