Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

google play - Android: Limit supported devices in Android Market

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 process, but I dont want to exclude devices 700times.

Can I in the manifest support only the Nexus S?

Dag

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...