I want user to enter list of url's of video (youtube links). So I thought of using customtabs with adding a new menuItem in the tabs.
If youtube app is disabled or not installed in user android device, custom tabs is opened with my desired youtube url.
But then youtube app is installed and is enable, then when I launchUrl in my custom tabs, youtube app is launched, which I don't want. I always want to launch youtube url in custom tabs. How to achieve that? Any suggestions?