History log of /frameworks/base/core/tests/utiltests/src/android/util/MetadataReaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a83cc4582ff01f56eeb50664b51ab2aeb7bee45b 21-Jul-2017 Julian Mancini <dooper@google.com> Add support for simpler Lat/Long values

In this CL, we add two public static final Strings to MetadataReader. I
use these to put in an "extras" bundle into our highest level bundle.
Within that extras bundle is the Latitude and Longitude values, if
available.

Bug: 63906073
Test: In Place
Change-Id: I1feccb4444d6525f9bc8bddfe8cc73b098e0b90e
/frameworks/base/core/tests/utiltests/src/android/util/MetadataReaderTest.java
b65051579fd9d0a625686ba41808e0092a0ee40e 27-Jun-2017 Julian Mancini <dooper@google.com> Add provider support for metadata extraction

In this CL, I'm adding ability to retrieve image metadata. I've added
the class MetadataRetriever that can currently retrieve Exif data from
an image. This class is used withing FileSystemProvider in order to
return a given image's exif data.

Test: Hidden API
Bug: 62621970
Change-Id: Ibb329492df4db1a65f65722c6a52582c43de8fe5
/frameworks/base/core/tests/utiltests/src/android/util/MetadataReaderTest.java