【发布时间】:2014-02-10 23:39:09
【问题描述】:
我想用 C 语言代码为 Android 应用程序启动 Skype 应用程序。就像我们在原生 android 中启动一样
Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.skype.raider");
startActivity( LaunchIntent );
我们如何在 C# 中实现这一点?任何帮助将不胜感激。
【问题讨论】: