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
diff --git a/api/current.txt b/api/current.txt
index b673df0..178a021 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -39329,6 +39329,7 @@
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 {