diff options
| author | 2013-12-12 02:28:41 +0000 | |
|---|---|---|
| committer | 2013-12-12 02:28:41 +0000 | |
| commit | b1738b3a272439c7e2c0d55875fa37f3c3acfddc (patch) | |
| tree | cd86778ca353a4cc5963b64c341f21b40288887b | |
| parent | c95bb562e8c67c258623fe70e8001a08e59b8c7d (diff) | |
| parent | 7162b9200707d43bba7168e86073b32ca39c2cd2 (diff) | |
am 7162b920: am 861f8d85: am a58967a9: Doc update: removed the word "new".
* commit '7162b9200707d43bba7168e86073b32ca39c2cd2':
Doc update: removed the word "new".
| -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 cd1fd1ab985b..8ea08bdf4a36 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> |