diff options
| author | Garfield Tan <xutan@google.com> | 2017-03-02 15:30:30 -0800 |
|---|---|---|
| committer | Garfield Tan <xutan@google.com> | 2017-03-02 15:40:22 -0800 |
| commit | 40d7b35fdd287c305cfdfef5d86dafc12b980f5c (patch) | |
| tree | daab6f72eb2f87f3307dd661a2b9595fb9535712 /core/java/android | |
| parent | 85d0eee1a840ae78f31f2f02a41714803ab41e7b (diff) | |
Address feedback from API council for INITIAL_URI.
Test: It builds.
Bug: 35813138
Change-Id: Ia30032fb9c556547a8249c2d2ec96cf4cc5a7d90
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/DocumentsContract.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/provider/DocumentsContract.java b/core/java/android/provider/DocumentsContract.java index 71a0349bce54..33b59038c106 100644 --- a/core/java/android/provider/DocumentsContract.java +++ b/core/java/android/provider/DocumentsContract.java @@ -119,6 +119,9 @@ public final class DocumentsContract { * <p>Location should specify a document URI or a tree URI with document ID. If * this URI identifies a non-directory, document navigator will attempt to use the parent * of the document as the initial location. + * + * <p>The initial location is system specific if this extra is missing or document navigator + * failed to locate the desired initial location. */ public static final String EXTRA_INITIAL_URI = "android.provider.extra.INITIAL_URI"; |
