Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: third_party/custom_tabs_client/README.chromium

Issue 2786283002: [Android] Add a transparent Activity in Chrome to handle Browser Action Intent (Closed)
Patch Set: Update base on Ted's comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: Chrome Custom Tabs - Example and Usage 1 Name: Chrome Custom Tabs - Example and Usage
2 Short Name: Chrome Custom Tabs Client 2 Short Name: Chrome Custom Tabs Client
3 URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-t abs-client 3 URL: https://chromium.googlesource.com/external/github.com/GoogleChrome/custom-t abs-client
4 Version: unknown 4 Version: unknown
5 License: Apache 2.0 5 License: Apache 2.0
6 Security Critical: no 6 Security Critical: no
7 License Android Compatible: yes 7 License Android Compatible: yes
8 8
9 Description: 9 Description:
10 This presents an example application using Chrome Custom Tabs, and a possible 10 This presents an example application using Chrome Custom Tabs, and a possible
11 usage of both the intent and the background service APIs. It covers UI 11 usage of both the intent and the background service APIs. It covers UI
12 customization, callback setup, pre-warming and pre-fetching, and lifecycle 12 customization, callback setup, pre-warming and pre-fetching, and lifecycle
13 management. Also inside demos there is another application that launches 13 management. Also inside demos there is another application that launches
14 custom tabs in different modes. 14 custom tabs in different modes.
15 15
16 The example applicaton also presents how to use Browser Actions, including
17 creating request intent and adding custom items.
18
16 Local Modifications: none 19 Local Modifications: none
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698