Hi Everbody,
I want to use skype button in corona sdk. Can i use?
I try this code in android studio and its work can i use this code and how ?
Can someone help me?
Intent skypeIntent = new Intent(Intent.ACTION_VIEW); skypeIntent.setData(Uri.parse(“skype:” + contactUserName));
skypeIntent.setComponent(new ComponentName(“com.skype.raider”, “com.skype.raider.Main”));
skypeIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity(skypeIntent);