saket / Dank

Here lies the greatest Reddit app that was never released
https://saket.me/dank
Apache License 2.0
814 stars 133 forks source link

Support for third party YouTube client #16

Open SubhrajyotiSen opened 5 years ago

SubhrajyotiSen commented 5 years ago

The current deep link package checker implementation checks for the official YouTube app being present. Many users might use third-party clients/MODs. An Intent for those can be fired using startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("vnd.youtube://"+Video_Id))); as a fallback if YouTube app is not installed.

What are your thoughts on this?

saket commented 5 years ago

Sounds good. Do you want to send a PR?

zoj613 commented 5 years ago

Are there any plans for a future update?