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

Commit 855bb4e2 authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

docs: Added note about CustomTabsIntent.setAlwaysUseBrowserUI am: 7cfe9f83 am: f2752e8f

am: 9ae09a24

Change-Id: I74595835123e48a1a535815259dc1bf43fc4f363
parents 1ebe9ab9 9ae09a24
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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}.
  </li>

  <li>The Custom Tabs library now allows clients to request the standard
  browser UI, rather than custom tabs UI, by calling <a href=
  "/reference/android/support/customtabs/CustomTabsIntent.html#setAlwaysUseBrowserUI(android.content.Intent)">
    <code>CustomTabsIntent.setAlwaysUseBrowserUI()</code></a>. 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.
  </li>

</ul>

<h3 id="24-2-0-behavior">Behavior changes</h3>