prevent tablet downloads of app

后端 未结 3 998
-上瘾入骨i
-上瘾入骨i 2020-12-18 10:38

I have recently been looking at the breakdown of one of my apps on ANdroid Market, and was surprised to see that a number of downloaders were using Galaxy Tabs and a few oth

3条回答
  •  自闭症患者
    2020-12-18 11:08

    This question has been going around a lot recently and it seems that you cannot stop people from downloading and installing your app based on their device-type.

    A couple things you can try are:

    1. Create an extra set of images for the higher def devices
    2. Check the resolution on initial app run and either tell them that their device is not supported (and exit) or warn them that it may not look so good.

提交回复
热议问题