summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Fernandez <joefernandez@google.com> 2013-05-23 14:08:51 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-05-23 14:08:51 -0700
commita44ff5034fc64aa9cf2cf288ff548b591518cd64 (patch)
tree8840c4bf9cac9d966f20835ebecb3b124a62198b
parent2f567679f40ad0580928502972308ec540eeba3f (diff)
parent62f47bc29588e495a6f8efd082b34a92f8ec2098 (diff)
am 62f47bc2: am 22689bc5: am a8b2186b: am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes
* commit '62f47bc29588e495a6f8efd082b34a92f8ec2098': docs: Add FileProvider to Support Library r13 Release Notes
-rw-r--r--docs/html/tools/extras/support-library.jd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/tools/extras/support-library.jd b/docs/html/tools/extras/support-library.jd
index 0ec6592f08bf..9cc0361d284f 100644
--- a/docs/html/tools/extras/support-library.jd
+++ b/docs/html/tools/extras/support-library.jd
@@ -69,6 +69,8 @@ the Support Package, as denoted by revision number.</p>
<li>Added {@link android.support.v4.widget.ScrollerCompat} to provide {@link
android.widget.Scroller} and {@link android.widget.OverScroller} compatibility support.
</li>
+ <li>Added {@link android.support.v4.content.FileProvider} to allow sharing of private
+ files between applications.</li>
<li>Updated {@link android.support.v4.view.ViewPager} to throw an exception if the
associated {@link android.support.v4.view.PagerAdapter} class is modified without a call
to {@link android.support.v4.view.PagerAdapter#notifyDataSetChanged notifyDataSetChanged()}.