【问题标题】:How do I open an Android Xamarin application from another Android Xamarin application?如何从另一个 Android Xamarin 应用程序打开一个 Android Xamarin 应用程序?
【发布时间】:2017-05-31 15:47:46
【问题描述】:

我在启动 Instagram 应用程序后尝试打开我的 Android Xamarin 应用程序。打开我正在使用的 Instagram:

Intent InstagramIntent = PackageManager.GetLaunchIntentForPackage("com.instagram.android");
                StartActivity(InstagramIntent);

如何打开我自己的应用程序或其他 Android Xamarin 应用程序?

【问题讨论】:

    标签: android visual-studio android-intent xamarin instagram


    【解决方案1】:

    【讨论】:

    • 不可能以与上述相同的方式实现 Intent 吗?如何找到我的应用程序的 uri?
    • 您的包名 (com.whatever.whatever) 将在您的项目属性中
    猜你喜欢
    • 2020-12-15
    • 1970-01-01
    • 2017-05-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-10-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多