diff options
author | Joe Fernandez <joefernandez@google.com> | 2013-10-16 15:05:48 -0700 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2013-10-16 15:05:48 -0700 |
commit | 2d96a0d3424314b53b46b0fd6fd5b0dad71e7790 (patch) | |
tree | 7f4f7eb34060ba2614fd7f3722123e9dc502008f /docs/html | |
parent | 4aa6b10c7f79090ddf72d64dcc3954fbf135e192 (diff) | |
download | frameworks_base-2d96a0d3424314b53b46b0fd6fd5b0dad71e7790.zip frameworks_base-2d96a0d3424314b53b46b0fd6fd5b0dad71e7790.tar.gz frameworks_base-2d96a0d3424314b53b46b0fd6fd5b0dad71e7790.tar.bz2 |
FileProvider training fix: add note about Support Lib to setup lesson
Change-Id: I7c513705a22bdac390ac260a3d70bdd771c998e7
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/training/secure-file-sharing/setup-sharing.jd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/training/secure-file-sharing/setup-sharing.jd b/docs/html/training/secure-file-sharing/setup-sharing.jd index d1ab993..8c8fa0f 100644 --- a/docs/html/training/secure-file-sharing/setup-sharing.jd +++ b/docs/html/training/secure-file-sharing/setup-sharing.jd @@ -30,6 +30,14 @@ trainingnavtop=true implementation of {@link android.support.v4.content.FileProvider} to your app, and how to specify the files you want to offer to other apps. </p> + +<p class="note"> + <strong>Note:</strong> The {@link android.support.v4.content.FileProvider} class is part of the + <a href="{@docRoot}tools/support-library/features.html#v4">v4 Support Library</a>. For information + about including this library in your application, see + <a href="{@docRoot}tools/support-library/setup.html">Support Library Setup</a>. +</p> + <h2 id="DefineProvider">Specify the FileProvider</h2> <p> Defining a {@link android.support.v4.content.FileProvider} for your app requires an entry in |