diff options
| author | Jeff Sharkey <jsharkey@google.com> | 2019-04-18 03:39:26 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-18 03:39:26 +0000 |
| commit | 285f6ffff9ea25ebd69941b84b74de0807b9649f (patch) | |
| tree | f692c05d7eafd71caa74faceeb3cacfda384b21b /core/java/android | |
| parent | 6e0668c784b991a5bcc2c1e3d0ad4202af0ecb14 (diff) | |
| parent | 5e1ca0e889ea3edcbd3e302e7a148f5d79fdea14 (diff) | |
Merge "Remove GROUP_ID; not actively being used by apps." into qt-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/MediaStore.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/provider/MediaStore.java b/core/java/android/provider/MediaStore.java index bff8328defa0..c50d003afcc0 100644 --- a/core/java/android/provider/MediaStore.java +++ b/core/java/android/provider/MediaStore.java @@ -1150,8 +1150,11 @@ public final class MediaStore { * {@code IMG1024.BURST001.JPG} and {@code IMG1024.BURST002.JPG} * will have the same {@link #GROUP_ID} because the first portion of * their filenames is identical. + * + * @removed */ @Column(value = Cursor.FIELD_TYPE_INTEGER, readOnly = true) + @Deprecated public static final String GROUP_ID = "group_id"; /** |
