android: launcher icon should be mipmap, not drawable

Desktop / LibreOffice - Christian Lohmaier [googlemail.com] - 26 November 2016 09:23 UTC

as non-native mipmap resolutions don't get stripped from the apk (as drawables would), but launchers and similar might still want to show the higher-res version instead. Google Play store now enforces this. Also rename to the common name for it ("ic_launcher" instead of "main")

Change-Id: I97318287f05556f5db0afaa0b23c0d8c9628465e Reviewed-on: https://gerrit.libreoffice.org/31204

e40a267 android: launcher icon should be mipmap, not drawable
android/source/AndroidManifest.xml | 2 +-
android/source/ic_launcher-web.png | Bin 0 -> 23194 bytes
android/source/res/drawable-hdpi/main.png | Bin 7906 -> 0 bytes
android/source/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 1529 bytes
android/source/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 950 bytes
android/source/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 2158 bytes
android/source/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 5007 bytes
android/source/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 7896 bytes
8 files changed, 1 insertion(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share