diff options
| author | 2019-05-17 17:23:23 +0100 | |
|---|---|---|
| committer | 2019-05-20 14:26:37 +0000 | |
| commit | a9a63575dbb21977ab9a6ee2aead44d7d5460d94 (patch) | |
| tree | 40f7d206f0372a594cf6ec432335d51c8ba501b1 | |
| parent | ea38c4fa568ecb4ad839451ab7b022ff43965d06 (diff) | |
Documentation: Add trailing '/' to MediaColumns.RELATIVE_PATH
Fix javadoc for MediaStore.MediaColumns.RELATIVE_PATH
Test: atest MediaProviderTest
Fixes: 132631113
Change-Id: I6f379b2d304a43198513341adcc3bafa2f00b0c1
| -rw-r--r-- | core/java/android/provider/MediaStore.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/provider/MediaStore.java b/core/java/android/provider/MediaStore.java index aa774a6f0e86..bbf0f2f92e10 100644 --- a/core/java/android/provider/MediaStore.java +++ b/core/java/android/provider/MediaStore.java @@ -1077,7 +1077,7 @@ public final class MediaStore { * Relative path of this media item within the storage device where it * is persisted. For example, an item stored at * {@code /storage/0000-0000/DCIM/Vacation/IMG1024.JPG} would have a - * path of {@code DCIM/Vacation}. + * path of {@code DCIM/Vacation/}. * <p> * This value should only be used for organizational purposes, and you * should not attempt to construct or access a raw filesystem path using |