Android: Limit supported devices in Android Market

后端 未结 2 780
暗喜
暗喜 2020-12-19 18:43

I have an application in the market that I want only Nexus S-users to be able to download. How can I do this?

There is a \"Supported Devices\" in the publishing proc

2条回答
  •  有刺的猬
    2020-12-19 19:15

    I'm not sure why you would want to exclude all other devices instead of the filtering by features of the device, but I'd suggest following the directions for Market Filters in the Android Developer Documentation that is provided by Google. I'd suggest using the Nexus S specs as the minimum specs and go from there.

    EDIT: Google recently released a Device Availability Dialog in the Developer Console that allows you to understand which devices can run your application, as well as allowing you to filter out devices that you don't want to run your application.

提交回复
热议问题