【问题标题】:Intent for a Skype call using email information in the datas使用数据中的电子邮件信息进行 Skype 通话的意图
【发布时间】:2017-12-02 20:17:16
【问题描述】:

我想使用用户的电子邮件打开 Skype Intent(如果可能,最好直接拨打电话)。

我找到了这个,但它似乎只适用于 Skype 用户名:

Intent skype = new Intent("android.intent.action.VIEW");
skype.setData(Uri.parse("skype:" + "user_name"));            
startActivity(skype);

Skype账号的邮箱可以setData吗?如果没有,是否可以通过电子邮件获得用户名?

【问题讨论】:

    标签: android android-intent skype


    【解决方案1】:

    似乎无法在 Intent 中使用电子邮件地址,只能使用用户名。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多