Specifying Android Market RAM in the Manifest

后端 未结 4 1549
渐次进展
渐次进展 2021-02-14 05:52

some people continue to download and install our HD game on phones that have 100MB of RAM and give us a bad rating... :)

Is there a way to limit app download to only sma

4条回答
  •  离开以前
    2021-02-14 06:11

    You say your app is HD. Why don't you filter out devices that aren't? Any device that has an HD screen should generally have enough RAM to be able to run your app. You could use the supports-screen tag to exclude devices with ldpi and maybe mdpi screens. While this may not lock out all low end devices, it will lock out a lot of them.

提交回复
热议问题