gpt4 book ai didi

android - 在 windows phone 7 上共享信息,如 android 的 ACTION_SEND

转载 作者:行者123 更新时间:2023-11-29 22:23:35 27 4
gpt4 key购买 nike

我正在尝试将我的 Android 应用程序移植到 Windows。在 android 中,有一种方法可以使用 ACTION_SEND 标志启动 Activity ,即

Intent intent = new Intent(android.content.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(android.content.Intent.EXTRA_TEXT, "....");
startActivity(Intent.createChooser(intent, "Subject"))

执行此操作时,会显示可以接收传入信息的应用程序列表(即 facebook、短信、twitter、evernote 等)。用户选择一个,信息就可以共享。

Windows Phone 7 中有类似的东西吗?

最佳答案

是的,Windows Phone 7 确实有类似的东西。看看Launchers and Choosers .

使用启动器,您可以启动另一个应用程序,但在新启动的应用程序结束后您不会从它那里获得任何信息。这类似于Android中的startActivity。使用选择器,您可以接收返回的信息,类似于 startActivityForResults。有很多可用的启动器和选择器。

关于android - 在 windows phone 7 上共享信息,如 android 的 ACTION_SEND,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6543226/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com