Android YouTube app Play Video Intent

前端 未结 18 1312
太阳男子
太阳男子 2020-11-22 11:17

I have created a app where you can download YouTube videos for android. Now, I want it so that if you play a video in the YouTube native app you can download it too. To do t

18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 11:49

    This will work on a device but not the emulator per Lemmy's answer.

    startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.youtube.com/watch?v=cxLG2wtE7TM")));
    

提交回复
热议问题