mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
2bf765897b
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.