gpt4 book ai didi

android - YouTube意向结果代码

转载 作者:行者123 更新时间:2023-12-03 06:20:10 25 4
gpt4 key购买 nike

我正在尝试使用“YouTubeIntents.createPlayVideoIntentWithOptions”控制youtube意图时控制不同的情况,问题是在youtube Activity resultCode末尾总是RESULT_CANCELED。

我的代码:

public void playVideo(String s){
Intent intent;
intent = YouTubeIntents.createPlayVideoIntentWithOptions(this, s, true, true);
startActivityForResult(intent, ACTIVITY_REQUEST);
}

控制
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {

if (requestCode == ACTIVITY_REQUEST && resultCode == RESULT_CANCELED) { //<-- ALLWAYS CANCELED

Intent intent;
intent = YouTubeIntents.createPlayVideoIntentWithOptions(this, "Hmd53MDnOjg", true, true);
startActivity(intent);

}
}

有人有与resultCode不同的结果吗?

最佳答案

RESULT_CANCELED结果代码通常是由于您的API_KEY存在问题。
使用此皮塔饼检查您是否没有错过正确使用此API的步骤。

关于android - YouTube意向结果代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36742331/

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