diff options
author | Katie McCormick <kmccormick@google.com> | 2013-12-11 18:12:22 -0800 |
---|---|---|
committer | Katie McCormick <kmccormick@google.com> | 2013-12-11 18:17:28 -0800 |
commit | a58967a9899e691a28fc8e277115838e2b0d0f67 (patch) | |
tree | bfcb94ff745a24ccf9aa8edb6bb40db74e958b8a /docs | |
parent | c6da523207d3ddf7b9da98fcb5e461f286eb7aa4 (diff) | |
download | frameworks_base-a58967a9899e691a28fc8e277115838e2b0d0f67.zip frameworks_base-a58967a9899e691a28fc8e277115838e2b0d0f67.tar.gz frameworks_base-a58967a9899e691a28fc8e277115838e2b0d0f67.tar.bz2 |
Doc update: removed the word "new".
Change-Id: I8764d94e0f924feeae21a0230dc4f50eacf7754a
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/providers/document-provider.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/providers/document-provider.jd b/docs/html/guide/topics/providers/document-provider.jd index cd1fd1a..8ea08bd 100644 --- a/docs/html/guide/topics/providers/document-provider.jd +++ b/docs/html/guide/topics/providers/document-provider.jd @@ -80,7 +80,7 @@ StorageClient</a></li> across all of their their preferred document storage providers. A standard, easy-to-use UI lets users browse files and access recents in a consistent way across apps and providers.</p> -<p>Cloud or local storage services can participate in this ecosystem by implementing a new +<p>Cloud or local storage services can participate in this ecosystem by implementing a {@link android.provider.DocumentsProvider} that encapsulates their services. Client apps that need access to a provider's documents can integrate with the SAF with just a few lines of code.</p> |