让应用程序接收市场链接?

发布于 2024-12-24 20:37:47 字数 281 浏览 1 评论 0原文

当您在某个应用程序(例如 Twitter)中共享 Android 应用程序的链接时,我希望我的应用程序位于意图接收器列表中。

我知道我需要添加一个 接收器 但我需要什么添加到此标签内,使我的活动就像市场一样。

注意:我的应用程序不是类似市场的应用程序。我只想允许我的应用程序的用户向我提供任何其他应用程序的链接。

When you are in some application, say Twitter, and you share an android application's link, I want my app to be in the list of the intent receivers.

I know I need to add a receiver but what do I need to add inside this tag to make my activity just like the Market.

Note: My application is not a Market-like app. I just want to allow the user of my app to give me any other app's link.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深巷少女 2024-12-31 20:37:47
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("URL")));
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("URL")));
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文