Android共享应用VIA等
我在许多应用程序中看到了这一点。当您单击一个菜单时,会出现另一个菜单,您可以通过电子邮件、twitter、蓝牙、facebook 等共享您的应用程序。
我该怎么做?
I saw in many apps this.. When you click on a menu, than an other menu show up, and you can share your app VIA e-mail, twitter, bluetooth, facebook, etc.
How can i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 SEND Intent 操作来共享指向您的应用的 market uri。
选择器将列出所有声明可以共享数据的已安装应用程序。
You can use the SEND intent action to share a market uri pointing to your app.
The chooser will list any installed app that has declared it can share data.