From 2d96a0d3424314b53b46b0fd6fd5b0dad71e7790 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Wed, 16 Oct 2013 15:05:48 -0700 Subject: [PATCH] FileProvider training fix: add note about Support Lib to setup lesson Change-Id: I7c513705a22bdac390ac260a3d70bdd771c998e7 --- docs/html/training/secure-file-sharing/setup-sharing.jd | 8 ++++++++ 1 file changed, 8 insertions(+) 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.

+ +

+ Note: The {@link android.support.v4.content.FileProvider} class is part of the + v4 Support Library. For information + about including this library in your application, see + Support Library Setup. +

+

Specify the FileProvider

Defining a {@link android.support.v4.content.FileProvider} for your app requires an entry in -- 2.11.0