I know theres a class to get Audio and Video (MediaMetadataRetriever)
And for images I downloaded a library that mostly take the Exif information.
The problem is that Screenshots on mobiles doesn't have even a single Exif information.
Every file got metadata of its creation date for the very least.
I've been searching for a way to do it in android and only found the BasicFileAttributes class in java which apparently doesn't exists in android.
Java solution - Get the metadata of a file android answer - Getting last file access time using BasicFileAttributes in Java SDK 1.8
It feels so surreal that you cant get metadata of a file in android??
We must be missing something?