diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2015-10-14 14:42:53 -0700 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@android.com> | 2015-10-14 14:42:53 -0700 |
| commit | 8b977168147ee1135c39de1ac3c1b45aa83376c8 (patch) | |
| tree | f2fd2337defcfe52a5f3d6dd17d705162be02f53 | |
| parent | 14222d5dac9113a1feb5b9ea75cae652c038e312 (diff) | |
| download | android_frameworks_support-8b977168147ee1135c39de1ac3c1b45aa83376c8.tar.gz android_frameworks_support-8b977168147ee1135c39de1ac3c1b45aa83376c8.tar.bz2 android_frameworks_support-8b977168147ee1135c39de1ac3c1b45aa83376c8.zip | |
Fix minor doc bug on DocumentFile.
Bug: 23988695
Change-Id: I10b003b78ce79e78937e25b8d8994978348fad7e
| -rw-r--r-- | v4/java/android/support/v4/provider/DocumentFile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4/java/android/support/v4/provider/DocumentFile.java b/v4/java/android/support/v4/provider/DocumentFile.java index 0529da8ff2..95e9117a90 100644 --- a/v4/java/android/support/v4/provider/DocumentFile.java +++ b/v4/java/android/support/v4/provider/DocumentFile.java @@ -86,7 +86,7 @@ public abstract class DocumentFile { /** * Create a {@link DocumentFile} representing the filesystem tree rooted at - * the given {@link Uri}. This doesn't give you any additional access to the + * the given {@link File}. This doesn't give you any additional access to the * underlying files beyond what your app already has. * <p> * {@link #getUri()} will return {@code file://} Uris for files explored |
