androidx.exifinterface:exifinterface
Official Description: Android Support ExifInterface
CommonsWare’s Notes
While the framework offers an ExifInterface
, you are much better served
using this one from AndroidX. There are two big problems with the framework ExifInterface
on Android 6.0 and older:
-
It has security flaws
-
It does not support
InputStream
as a source of data, requiring a filesystem path instead, which does not work well with modern data sources (e.g.,Uri
values from the Storage Access Framework)
The ExifInterface
in this artifact has an API akin to modern versions
of Android, and it has no known security flaws.
Documentation
Knowledge
Versions
- Latest Stable: 1.3.2
- Latest Release Candidate: 1.3.0-rc01
- Latest Beta: 1.3.0-beta01
- Latest Alpha: 1.3.0-alpha01