lynket-browser
lynket-browser copied to clipboard
Make Lynket implement Custom Tab protocol by itself.
Even though Lynket was meant to allow apps to use Custom Tabs by default, it never registered as a Custom Tab provider itself.
Make it implement Custom Tab protocol leads to lot of interesting advances. For example, we could use mayLaunchUrl
to preload web site metadata/amp/article etc.
On a more important note, we can even do a pass through like functionality, where we can take the Bundle
provided by client app and forward it to desired Custom Tab provider. This is useful for some users who prefer Lynket not take over if the app already implements CCCT.