[FREE] Android Manifest Configurator

I’m curious how you specify screen resolutions in the manifest because certain dpis don’t work by just the shorthand (xhdpi, xxhdpi, so on).

I think for xx and higher you have to specify a close dpi rather than the shorthand… like so

<screen android:screenSize="small" android:screenDensity="560" />
<screen android:screenSize="small" android:screenDensity="640" />