How to filter the Android app to download from Google Play to a specific device?

I need to configure a filter in my Android application, so it should only be displayed for a specific set of devices (e.g. HTC, Samsung tabs, etc.), suppose other configurations like minsdk version etc. are compatible with these sets of devices, only I have to add one additional filter to make this application visible to some set of devices.

Thus, the script will look like this:

After loading the application into the Google game, when the user tries to search the application, it should be displayed only to the user who has HTC, Samsung tabs, otherwise it should not be visible, means that the user is viewing this application using any other tab or phone It should not be available for download.

Can anyone figure out how to achieve it?

0
source share
1 answer

Do not think in the code as much as possible at the moment.

However, when you download the application on Google Play, you can delete all and all devices of your choice. Therefore, just make sure that the filters allow your devices and are not worried about what else you can use.

When you download it to the Android Developer Console, you will see something like this: adc

" "

enter image description here

, .

+4

All Articles