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?
source
share