Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8b2186b authored by Joe Fernandez's avatar Joe Fernandez Committed by Android Git Automerger
Browse files

am a502c59e: docs: Add FileProvider to Support Library r13 Release Notes

* commit 'a502c59e':
  docs: Add FileProvider to Support Library r13 Release Notes
parents 84fb096e a502c59e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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()}.