How To Filter Android App To Be Downloaded From Google Play To Specific Device?
I have to configure filter in my android app so it should only visible for specific set of devices(for eg. HTC, Samsung tabs etc..), assume other configurations like minsdk version
Solution 1:
Don't think in code its possible at this point.
However when you upload the app to Google Play you can remove any and all devices of your choosing. So just make sure the filters will allow your devices and don't worry about what else can use it.
The when you upload it into Android Developer Console you will see something like this:
Then click "Show devices"
Then just exclude the ones you don't want.
Post a Comment for "How To Filter Android App To Be Downloaded From Google Play To Specific Device?"