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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -