gpt4 book ai didi

android - 如何通过intent直接打开Youtube App

转载 作者:行者123 更新时间:2023-11-30 03:53:05 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Android YouTube app Play Video Intent

我想知道如何直接使用 intent 在 Android 上打开 Youtube 应用。

我有什么:

        @Override
public void onClick(View v) {
String video_path = "http://www.youtube.com/user/videoslusofona";
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(video_path));
startActivity(intent);
}

我不希望 Android 询问我要打开什么应用程序,我想直接在点击时打开 Youtube 应用程序。

谢谢你的时间

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com