diff options
| author | 2013-05-23 14:01:23 -0700 | |
|---|---|---|
| committer | 2013-05-23 14:01:23 -0700 | |
| commit | a8b2186b09a0f79b746d0fbab3611d95877af5fe (patch) | |
| tree | 98e35dc213849a48194c08c0e7cca95fb7cd6dfe | |
| parent | 84fb096ee7a4f6d2af7dab6e18063ed029e0ff94 (diff) | |
| parent | a502c59e679c1b355d6ad3387449d82c590d84cf (diff) | |
am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes
* commit 'a502c59e679c1b355d6ad3387449d82c590d84cf':
docs: Add FileProvider to Support Library r13 Release Notes
| -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 0ec6592f08bf..9cc0361d284f 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()}. |