summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-05-23 14:06:41 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-23 14:06:41 -0700
commit62f47bc29588e495a6f8efd082b34a92f8ec2098 (patch)
tree791e3549bade4b5547ac98fac23ae8a5a27418b5 /docs
parent2f48c4a754ce40a0854791c1f4ddf61458fffafc (diff)
parent22689bc5e52a1c2f2d748440c0eeeebec17637c2 (diff)
downloadframeworks_base-62f47bc29588e495a6f8efd082b34a92f8ec2098.zip
frameworks_base-62f47bc29588e495a6f8efd082b34a92f8ec2098.tar.gz
frameworks_base-62f47bc29588e495a6f8efd082b34a92f8ec2098.tar.bz2
am 22689bc5: am a8b2186b: am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes
* commit '22689bc5e52a1c2f2d748440c0eeeebec17637c2': docs: Add FileProvider to Support Library r13 Release Notes
Diffstat (limited to 'docs')
-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 0ec6592..9cc0361 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()}.