mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-06 00:00:08 +08:00
Both iOS and BlackBerry support the PNG image format so I added support for Android. Also, iOS and BB use targetWidth/targetHeight to specify the resolution of the image. I've swiched from using maxResolution to targetWidth/targetHeight in this change list.