【问题标题】:Phonegap How to Start an Activity for AndroidPhonegap 如何启动 Android 活动
【发布时间】:2016-10-24 08:16:40
【问题描述】:

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

  String uriString = "ms-sfb://call?id=000000";
            Uri uri = Uri.parse(uriString);
            Intent callIntent = new Intent(Intent.ACTION_VIEW, uri);

【问题讨论】:

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


    【解决方案1】:

    我终于找到了如何开始。

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

    【讨论】:

      猜你喜欢
      • 2014-03-21
      • 2013-06-23
      • 2013-04-15
      • 2018-08-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-04-06
      • 1970-01-01
      相关资源
      最近更新 更多