summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andrew Solovay <asolovay@google.com> 2016-09-07 19:16:14 +0000
committer android-build-merger <android-build-merger@google.com> 2016-09-07 19:16:14 +0000
commit6fdb954b5a6bfb28c0bfef95a8f99bb2763982e6 (patch)
tree49eca077d26bc42312c0294d5d0091070f1bf8ed
parent5e13627a91be26fd4d0ff02e31f45774f2c56d75 (diff)
parent9c6607a71488c22f1d0f93b7cc392c6cf3af0aab (diff)
docs: Added note about CustomTabsIntent.setAlwaysUseBrowserUI am: 7cfe9f83ac
am: 9c6607a714 Change-Id: I5c5a33ca97d3cbfecd4f1b199397d501c819672f
-rw-r--r--docs/html/topic/libraries/support-library/revisions.jd8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/topic/libraries/support-library/revisions.jd b/docs/html/topic/libraries/support-library/revisions.jd
index 4e14c7054bbd..1fe4daa22c2d 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}.
</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>