Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当出现“未找到处理意图的活动”错误时,我需要在 Play Google 应用商店中搜索相应的应用程序。有没有办法通过 Intent 在 Play Store 中找到应用程序,列出它们并显示给用户?然后用户可以选择一个来下载和安装。
有趣的概念,但您谈论的是通过大约一百万个应用程序并返回可以满足所需意图的应用程序。当然,这不可能在您的应用程序中执行,即使至少有这样的功能,Google Play 也应该使用 SDK 实现它。