Extarct Metadata of a File (!) in android

时间:2015-06-04 08:22:58

标签: android file metadata

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回答 - Getting last file access time using BasicFileAttributes in Java SDK 1.8

感觉如此超现实,以至于你无法在android中获取文件的元数据?

我们一定错过了什么?

0 个答案:

没有答案