0
我想推出適用於android應用程序的C sharp代碼中的skype應用程序。就像我們推出的原生android一樣在C#中啓動skype應用程序#
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.skype.raider");
startActivity(LaunchIntent);
我們如何在C#中實現這個?任何幫助將不勝感激。