如何在Android开发中获取图片的拍摄时间?

时间:2012-01-17 02:15:35

标签: android file bitmap android-contentprovider

String picPath = "/mnt/sdcard/yepcolor/sina.png";
Bitmap bitmap = BitmapFactory.decodeFile(picPath);

我知道照片的'picPath'。现在,我想拍摄照片的拍摄时间,我该怎么办?谢谢。

1 个答案:

答案 0 :(得分:0)

据我所知,png文件不包含此类信息。但是,如果您正在阅读jpeg文件,则可以使用ExifInterface