有没有通过应用包名获取android应用图标、应用名称和应用描述的方法?

Is there anyway to get android app icon, app name and app description using app package name?

如何从应用程序包名称中获取android应用程序名称、应用程序信息和应用程序图标? API 有空位吗?

如果您想为客户提供 UI 搜索应用程序、上传私人应用程序和网络应用程序以及组织应用程序。我建议查看 Managed Google Play iFrame.

您可以通过applications.get() method. This method returns an Applications resource获取应用名称、应用标题等。不幸的是,应用程序信息和图标未包含在应用程序资源中,但在 Android 管理 API 之外可能还有其他 API 可用 return 这些字段。