diff options
| author | 2019-12-09 13:45:48 +0800 | |
|---|---|---|
| committer | 2020-01-08 15:26:02 +0800 | |
| commit | 30b6ce0ea5841c3194a75cc9eaddbcd505bccbf8 (patch) | |
| tree | 46c5125c5efc0687640d09a4bcf3a38825ce92e1 | |
| parent | 00f61363ba8b1f2f9b23eeb2841bbb824841f3f3 (diff) | |
Add Media_Type_Document in FileColumns
Bug: 138173113
Test: m -j
Change-Id: I1483c82dde20599c47d4ec1c3c5a85bbc760f882
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 9b5022461c8d..9cda28b868b6 100644 --- a/api/current.txt +++ b/api/current.txt @@ -39252,6 +39252,7 @@ package android.provider { public static interface MediaStore.Files.FileColumns extends android.provider.MediaStore.MediaColumns { field public static final String MEDIA_TYPE = "media_type"; field public static final int MEDIA_TYPE_AUDIO = 2; // 0x2 + field public static final int MEDIA_TYPE_DOCUMENT = 6; // 0x6 field public static final int MEDIA_TYPE_IMAGE = 1; // 0x1 field public static final int MEDIA_TYPE_NONE = 0; // 0x0 field public static final int MEDIA_TYPE_PLAYLIST = 4; // 0x4 |