docs: Added note about CustomTabsIntent.setAlwaysUseBrowserUI
See first comment for doc stage location. bug: 31181353 Change-Id: Ibdd8c32be4b182241a4b2d3b4f430dbca18c53fb
This commit is contained in:
@@ -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}.
|
behavior similar to {@link android.support.v4.view.ViewPager}.
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
|
|
||||||
<h3 id="24-2-0-behavior">Behavior changes</h3>
|
<h3 id="24-2-0-behavior">Behavior changes</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user