responsive design - How to disable devices supported from Android Studio -


how can disable unsupported devices categories? example, want application available phones, don't need take screenshots of tv , tablets , etc.

converting comment answer:

in application manifest describe capabilities needed application. may use screen characteristics distinguish between tablets, phones, etc.

this information used limit devices on application can installed. honored in google play, in development environment, etc. won't have option of installing application on device on not work.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -