Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android 携帯電話の SD カードに保存されている、画像に関連付けられたすべてのメタデータを取得する方法を知りたいです。
ジオロケーションを取得する方法があるかどうかはわかりませんが、画像の幅、高さ、および MIME タイプを取得する方法については、次の投稿を参照してください。
Android で画像ファイルからメタデータを取得する方法
次のようにして、ファイルの最終更新日を取得することもできます。
new Date(file.lastModified())