【问题标题】:How to check the play store catrgory of installed app in android如何在android中检查已安装应用程序的Play商店类别
【发布时间】:2014-12-17 12:26:15
【问题描述】:

我无法在 android 中显示已安装应用的 Play 商店类别。

最终意图 mainIntent = new Intent(Intent.ACTION_MAIN, null); mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); 最终列表 pkgAppsList = context.getPackageManager().queryIntentActivities(mainIntent, 0);

【问题讨论】:

  • 需要更多信息。还提供您尝试过的相关代码。您代码中的类别与 Play 商店类别没有任何关系。

标签: android google-play categories


【解决方案1】:

Android 中没有任何内容可以跟踪“已安装应用的 Play 商店类别”。毕竟,Android 应用不必通过 Play 商店安装。

【讨论】:

  • 我认为有可能请检查此链接。 forum.xda-developers.com/showthread.php?t=1419810。这个应用程序具有我想做的类似功能
  • @surendrasingh:不,它没有:“......我们决定提出一个应用程序来构建一个用于应用程序分类的开放数据库,并提供一个 API 来轻松访问可用数据。使用API 和相关数据库在应用程序 CatApplus 中演示(请参阅相关线程)。该应用程序有助于构建和整合此 API 和数据库。CatApplus 是如何工作的:它检索您的所有应用程序;它使用我们的 API 从我们的数据库;它将所有数据存储在应用程序数据库中以供离线使用,并通过文件夹为您推荐类别”。
猜你喜欢
  • 1970-01-01
  • 2013-07-11
  • 2018-10-03
  • 1970-01-01
  • 1970-01-01
  • 2016-09-29
  • 2019-03-19
  • 1970-01-01
相关资源
最近更新 更多