-1

Is there any way to get list of all games installed in an android device programmatically using java?

Thanks in advance.

Sekretoz
  • 112
  • 6
  • possible duplicate of [How to programatically get the installed game list in android](http://stackoverflow.com/questions/13668443/how-to-programatically-get-the-installed-game-list-in-android) – Soham Jul 20 '15 at 06:00
  • is there any way to get list of android games package name? – Sekretoz Jul 20 '15 at 06:04
  • No there is no way,check the ink above it's the best solution – Soham Jul 20 '15 at 06:06
  • no what i mean is how to get list of games package name from the play store? – Sekretoz Jul 20 '15 at 06:07

1 Answers1

0

Hit the url

https://play.google.com/store/apps/details?id=your.package.name

From the source you will get something like

<span itemprop="genre">Shopping</span> 

Or you can use marketer-api.

Soham
  • 4,397
  • 11
  • 43
  • 71