summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-10-16 16:40:17 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-16 16:40:17 -0700
commit4928e2cef574b50c919519a703d81415241acb26 (patch)
treec7ddc09f859a50828669c54c11d602fd5bff9b3f
parent6355103bcae6f46105a53e2a8210c0b809980506 (diff)
parente90993bb5d30521fcb858702493b55836628b8b2 (diff)
downloadbase-4928e2cef574b50c919519a703d81415241acb26.tar.gz
am e90993bb: am 61884867: am 2d96a0d3: FileProvider training fix: add note about Support Lib to setup lesson
* commit 'e90993bb5d30521fcb858702493b55836628b8b2': FileProvider training fix: add note about Support Lib to setup lesson
-rw-r--r--docs/html/training/secure-file-sharing/setup-sharing.jd8
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 d1ab99317ea9..8c8fa0ff6cc1 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