Closed
Description
Just wanted to start off by saying this library has been great for solving some auth concerns we had in our code so thank you!
Right now the check assumes that all Android devices support Custom Tabs, however AFAIK, in cases wherein the device does not have a Chromium flavored browser installed, a Chrome Custom Tab instance cannot be opened.
An additional intent based service check might be needed to check the extent of the support available.
This answer on Stackoverflow might give more context