Is there any way to get list of all games installed in an android device programmatically using java?
Thanks in advance.
Is there any way to get list of all games installed in an android device programmatically using java?
Thanks in advance.
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.