Github user AxelNennker commented on the pull request:
https://github.com/apache/cordova-lib/pull/30#issuecomment-46097179
Tested with this config.xml
<platform name="android">
<splash src="../img/splash-land-hdpi.png" density="land-hdpi"/>
<splash src="../img/splash-land-ldpi.png" density="land-ldpi"/>
<splash src="../img/splash-land-mdpi.png" density="land-mdpi"/>
<splash src="../img/splash-land-xhdpi.png" density="land-xhdpi"/>
<splash src="../img/splash-port-hdpi.png" density="port-hdpi"/>
<splash src="../img/splash-port-ldpi.png" density="port-ldpi"/>
<splash src="../img/splash-port-mdpi.png" density="port-mdpi"/>
<splash src="../img/splash-port-xhdpi.png" density="port-xhdpi"/>
</platform>
The paths to the PNGs are relative to the project_dir NOT relative to www.
Axel
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---