According to https://github.com/phonegap/build/iss... the config.xml cannot provide an entry for icons to use on Android devices that have HD sceens (e.g. new Nexus 5). This is called xxhdpi I think, and would need an icon 180px square.
All I can get in my .apk is a xhdpi entry with an icon 96px square with:
[icon src="res/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" /]
Is this bug (feature request) still outstanding, or has it been fixed?
Is there a way to get round the issue in the meantime? Perhaps I can provide an icon of 180px wide anyway, but this might work on a xxhdpi device, but look odd on a xhdpi device....?
All I can get in my .apk is a xhdpi entry with an icon 96px square with:
[icon src="res/icon/android/icon-96-xhdpi.png" gap:platform="android" gap:density="xhdpi" /]
Is this bug (feature request) still outstanding, or has it been fixed?
Is there a way to get round the issue in the meantime? Perhaps I can provide an icon of 180px wide anyway, but this might work on a xxhdpi device, but look odd on a xhdpi device....?
