summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@android.com> 2020-01-10 14:16:49 -0700
committer Jeff Sharkey <jsharkey@android.com> 2020-01-10 14:16:52 -0700
commit5e27c6437ca5eef1c04209dcb194e544034033b4 (patch)
tree02f8892a78c8c9295d189bc31c16b2e5c188b797
parent10076e754466d6afe2b84d3416a845eb1d5a4b8d (diff)
Add support for "SceneCaptureType" Exif tag.
Partners have requested that we start indexing this well-defined Exif tag. Bug: 139146203 Test: atest --test-mapping packages/providers/MediaProvider Change-Id: I4f0e376cd4a80454d4350e9e313cb190709ecbf9
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index b673df0b5c90..178a02133d14 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -39329,6 +39329,7 @@ package android.provider {
field @Deprecated public static final String LONGITUDE = "longitude";
field @Deprecated public static final String MINI_THUMB_MAGIC = "mini_thumb_magic";
field @Deprecated public static final String PICASA_ID = "picasa_id";
+ field public static final String SCENE_CAPTURE_TYPE = "scene_capture_type";
}
public static final class MediaStore.Images.Media implements android.provider.MediaStore.Images.ImageColumns {