Why doesn't Android keep track of the created and last accessed times as well as the last modified time for files in the file-system?
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
It doesn't store creation time because UNIX filesystems (generally speaking) simply don't store this anywhere, and Android doesn't seem to be any different. This Stack Overflow question has some discussion about this fact (you can ignore the fact that it's talking about Python - the answers are still relevant), and the man page for As for the last accessed times...well it does keep track. Try
If you have
|
||||
|
|