我可以查询Android电子市场中返回应用程序与特定的权限? [英] Can I Query the Android Market to Return Apps with Specific Permissions?

查看:224
本文介绍了我可以查询Android电子市场中返回应用程序与特定的权限?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以查询Android电子市场中与返回应用
具体的权限集?这将是对我巨大的帮助。

我听说过的作品一个开源API项目(http://groups.google.com/group/android-market-api),但我不知道这是否会提供确切的功能什么我要找的。

任何信息都是大大AP preciated,谢谢你。


解决方案

您得到它的权利..的 http://groups.google.com/group/android-market-api 帮助您获得一组权限。该结构将如下的文字:

 响应:应用{
  ID:
  标题:
  的appType:
  创作者:
  版:
  评分:
  ratingsCount:
  ExtendedInfo {
    描述:
    downloadsCount:
    permissionId:
    permissionId:
    installSize:
    的packageName:
    类别:
    downloadsCountText:
    contactWebsite:
    screenshotsCount:
    promoText:
    19:
    28:
    36:
    37:
  }
  的CreatorID:
  的packageName:
  版本code:
}

Is it possible to query the Android Market to return apps with a specific set of permissions? This would be a HUGE help to me.

I've heard of an open-source API project in the works (http://groups.google.com/group/android-market-api), but I'm not sure if it will provide the exact functionality for what I'm looking for.

Any information is greatly appreciated, thank you.

解决方案

You got it right.. http://groups.google.com/group/android-market-api helps you to get the set of permission. The structure will be as following text:

Response : app {
  id: 
  title: 
  appType: 
  creator: 
  version: 
  rating: 
  ratingsCount: 
  ExtendedInfo {
    description: 
    downloadsCount: 
    permissionId: 
    permissionId: 
    installSize: 
    packageName: 
    category: 
    downloadsCountText: 
    contactWebsite:
    screenshotsCount: 
    promoText: 
    19: 
    28: 
    36: 
    37: 
  }
  creatorId: 
  packageName: 
  versionCode: 
}

这篇关于我可以查询Android电子市场中返回应用程序与特定的权限?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆