From e40a2670d1a0146d523ba65a9d9ceecceb8c78c4 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Fri, 25 Nov 2016 16:05:26 +0100 Subject: android: launcher icon should be mipmap, not drawable 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 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- android/source/ic_launcher-web.png | Bin 0 -> 23194 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/source/ic_launcher-web.png (limited to 'android/source/ic_launcher-web.png') diff --git a/android/source/ic_launcher-web.png b/android/source/ic_launcher-web.png new file mode 100644 index 000000000000..e9dcfcacf844 Binary files /dev/null and b/android/source/ic_launcher-web.png differ -- cgit