diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd index 4e14c7054bbdb..1fe4daa22c2d4 100644 --- a/docs/html/topic/libraries/support-library/revisions.jd +++ b/docs/html/topic/libraries/support-library/revisions.jd @@ -174,6 +174,14 @@ APK size, we recommend that you just list the specific modules your app needs. behavior similar to {@link android.support.v4.view.ViewPager}. +
  • The Custom Tabs library now allows clients to request the standard + browser UI, rather than custom tabs UI, by calling + CustomTabsIntent.setAlwaysUseBrowserUI(). This behavior is + useful in cases where the browser defaults to custom tabs UI but the user + has expressed a preference for the standard browser UI. +
  • +

    Behavior changes