ddahan Member Licensed User Longtime User Jan 23, 2015 #1 Hi, I'm looking for a way to categorize installed apps (games, productivity, PIM ...). Is there any way to get this info ?
Hi, I'm looking for a way to categorize installed apps (games, productivity, PIM ...). Is there any way to get this info ?
S susu Well-Known Member Licensed User Longtime User Jan 24, 2015 #2 My idea: Get the package name of installed app, for example "com.ninegag.android.redheadredemption". Parse the Google Play page https://play.google.com/store/apps/details?id=com.ninegag.android.redheadredemption Browse through the content you will see this: "9GAG Redhead Redemption 9GAG - January 16, 2015 Action" And the link of this "Action" is https://play.google.com/store/apps/category/GAME_ACTION Bingo!!! Upvote 0
My idea: Get the package name of installed app, for example "com.ninegag.android.redheadredemption". Parse the Google Play page https://play.google.com/store/apps/details?id=com.ninegag.android.redheadredemption Browse through the content you will see this: "9GAG Redhead Redemption 9GAG - January 16, 2015 Action" And the link of this "Action" is https://play.google.com/store/apps/category/GAME_ACTION Bingo!!!
ddahan Member Licensed User Longtime User Jan 24, 2015 #3 Thanks susu for replying. I'll try this direction. Upvote 0