Phonegap如何开始Android活动

时间:2016-10-24 08:16:40

标签: android cordova phonegap-plugins skype-for-business

我试图从我的android phonegap应用程序启动一项活动来启动Skype for Business,但我无法做到。 我试图为Skype for business api实现本机java代码Skype Git,但它在startActivity部分给出了错误。 我只是想知道,如何为以下代码启动phonegap活动?如果我添加startActivity(callIntent),它会在构建时出错。

# some data
set.seed(123)
x <- rnorm(100)

# Create some breaks and use colorRampPalette to transform the breaks into a color code
gr <- .bincode(x, seq(min(x), max(x), len=length(x)), include.lowest = T)
col <- colorRampPalette(c("red", "white", "blue"))(length(x))[gr]

# the plot:
plot(x, pch=16, col=col)

1 个答案:

答案 0 :(得分:0)

最后我找到了如何开始。

this.cordova.startActivityForResult(this,callIntent,0);