I've an android app that writes files to the disk frequently. I want to write a cleanup module that would find files that are not accessed in last x days and report/clean them up.
Since the filesystem would generally be noatime. I was wondering what would be a nice design to go ahead with this?