From a502c59e679c1b355d6ad3387449d82c590d84cf Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 23 May 2013 11:16:09 -0700 Subject: docs: Add FileProvider to Support Library r13 Release Notes Change-Id: I9a87312f1bb5d4a18c720a9c3d3a558240450f6d --- docs/html/tools/extras/support-library.jd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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.

  • Added {@link android.support.v4.widget.ScrollerCompat} to provide {@link android.widget.Scroller} and {@link android.widget.OverScroller} compatibility support.
  • +
  • Added {@link android.support.v4.content.FileProvider} to allow sharing of private + files between applications.
  • 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()}. -- cgit v1.1