summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKatie McCormick <kmccormick@google.com>2013-12-12 02:23:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2013-12-12 02:23:04 +0000
commit861f8d8503bf1c384b3fc39531b2ea6db563ebb3 (patch)
tree90982e9a1c49b1765a8c045c3837abda245d420d /docs
parentf93cc02f70d06060ad487fec868e565129c9282c (diff)
parenta58967a9899e691a28fc8e277115838e2b0d0f67 (diff)
downloadframeworks_base-861f8d8503bf1c384b3fc39531b2ea6db563ebb3.zip
frameworks_base-861f8d8503bf1c384b3fc39531b2ea6db563ebb3.tar.gz
frameworks_base-861f8d8503bf1c384b3fc39531b2ea6db563ebb3.tar.bz2
am a58967a9: Doc update: removed the word "new".
* commit 'a58967a9899e691a28fc8e277115838e2b0d0f67': Doc update: removed the word "new".
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/providers/document-provider.jd2
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>