Android 市场搜索“LIKE”包名称子句
有没有办法在包名称上使用 LIKE 子句来搜索 Android Market?
示例:我想搜索以包名称“com.example”开头的所有应用程序
Is there a way to search the Android Market with a LIKE clause on the package name?
Example: I want to seach for all apps that start with package name "com.example"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这对我有用:
https://market.android.com/search?q=com。示例
This works for me:
https://market.android.com/search?q=com.example
并不是真的使用 LIKE 子句,您需要正确的子包名称。
例如,搜索“com.navigon”将提供 Navigon 的所有应用程序,无论如何,这不是它们的完整包名称,因为搜索“com.navigon.navigator_select”仅提供 Navigon Select 应用程序。
希望这就是您正在寻找的东西。
老实说,“com.navi*”或通配符不起作用。
Not really with a LIKE clause, you need the correct subpackage name.
For example searching for "com.navigon" would provide all Apps by Navigon, anyhow this is not their full package name as searching for "com.navigon.navigator_select" only provides Navigon Select Apps.
Hope this is what you are searching for.
Afaik, "com.navi*" or wildcards does not work.