A round about way is to create a Java app that utilizes android-market-api. Presently it can search app based on "keywords or package name". The search query can be built to search for the necessary permission that is being sought. Little homework required, but seems useful.
After downloading androidmarketapi-0.6.jar and protobuf-java-2.2.0.jar (of course you should have JRE already setup) you can execute the following:
java -jar androidmarketapi-X.Y.jar myemail mypassword myquery
You have to replace X.Y with 0.6 as that is the present version and replace credentials and query. For building query you can visit this page.
Comments
0 comments
Please sign in to leave a comment.