Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need category name of my installed applications from google play. i get all installed applications and its package name also... how i get category name of each apps..??
Posted

1 solution

The category name is not available via any on device API. It's just meta data associated with the Play Store. You might be able to use http://code.google.com/p/android-market-api/[^] as a starting point for asking the market what the category is. But any apps not installed via the Play Store mighthave incorrect or missing categories.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900