summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-05-23 14:01:23 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-23 14:01:23 -0700
commita8b2186b09a0f79b746d0fbab3611d95877af5fe (patch)
tree98e35dc213849a48194c08c0e7cca95fb7cd6dfe /docs
parent84fb096ee7a4f6d2af7dab6e18063ed029e0ff94 (diff)
parenta502c59e679c1b355d6ad3387449d82c590d84cf (diff)
downloadframeworks_base-a8b2186b09a0f79b746d0fbab3611d95877af5fe.zip
frameworks_base-a8b2186b09a0f79b746d0fbab3611d95877af5fe.tar.gz
frameworks_base-a8b2186b09a0f79b746d0fbab3611d95877af5fe.tar.bz2
am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes
* commit 'a502c59e679c1b355d6ad3387449d82c590d84cf': 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()}.