I have taken note of some recent (and not so recent) blog posts on developer.android.com and have been adding in things like uses-feature and supports-screen elements to my manifest.
The problem is I don't really under stand the resizeable and any density tags in supports-screen.
I am supplying HDPI (drawable-hdpi) images for a few items as needed, though the majority are using a default image in drawable.
How do I need to set the resizeable and density tags, as I am struggling to understand their intent from the documentation.