diff options
author | Joe Fernandez <joefernandez@google.com> | 2013-05-23 14:04:41 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-23 14:04:41 -0700 |
commit | 22689bc5e52a1c2f2d748440c0eeeebec17637c2 (patch) | |
tree | 4f7d56708afde25a855495be2a07bebd253a3ae7 /docs | |
parent | 88f24e6fe8b854f43bebc77c891228a28a503cd9 (diff) | |
parent | a8b2186b09a0f79b746d0fbab3611d95877af5fe (diff) | |
download | frameworks_base-22689bc5e52a1c2f2d748440c0eeeebec17637c2.zip frameworks_base-22689bc5e52a1c2f2d748440c0eeeebec17637c2.tar.gz frameworks_base-22689bc5e52a1c2f2d748440c0eeeebec17637c2.tar.bz2 |
am a8b2186b: am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes
* commit 'a8b2186b09a0f79b746d0fbab3611d95877af5fe':
docs: Add FileProvider to Support Library r13 Release Notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/extras/support-library.jd | 2 |
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()}. |