我已经知道使用电话号码进行 Skype 通话,但我无法使用 Skype 用户名进行 Skype 通话,请帮助我,谢谢
使用电话号码时请查看我的代码 Skype 呼叫:
Intent skype_intent = new Intent("android.intent.action.CALL_PRIVILEGED");
skype_intent.setClassName("com.skype.raider","com.skype.raider.Main");
skype_intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
skype_intent.setData(Uri.parse("tel:+91//phone number"));
startActivity(skype_intent);