Home | History | Annotate | Download | only in core-ui
      1 # Change Log
      2 
      3 ## [23.0.1](https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v4/) (2015-09-24)
      4 
      5 **Breakage and deprecation notices:**
      6 
      7 - ExploreByTouchHelper
      8   - Several public methods that are only meant to be called by app developers (and not internally by
      9     the helper itself) became final. Any code that depends on overriding these methods should be
     10     moved elsewhere.
     11   - The concept of keyboard and accessibility focus have been clarified. As a result, the
     12     getFocusedVirtualView() method has been deprecated and will be removed in a subsequent release.
     13