docs: Add FileProvider to Support Library r13 Release Notes

Change-Id: I9a87312f1bb5d4a18c720a9c3d3a558240450f6d
This commit is contained in:
Joe Fernandez
2013-05-23 11:16:09 -07:00
parent e56e2483c5
commit a502c59e67

View File

@@ -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()}.