gpt4 book ai didi

android - 如何在android中获取照片拍摄时间

转载 作者:行者123 更新时间:2023-11-29 00:29:32 25 4
gpt4 key购买 nike

我需要附加图库中的图片,还需要获取所选图片的拍摄时间。有可能得到时间吗?

最佳答案

查看链接 here .那里会得到你需要的一切

这是所需的代码,

    ExifInterface exif = new ExifInterface(filePhoto.getPath());
String date=exif.getAttribute(ExifInterface.TAG_DATETIME);

关于android - 如何在android中获取照片拍摄时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16706162/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com