diff --git a/assets/images/svg/ic_launcher.svg b/assets/images/svg/ic_launcher.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5822e2b4e04d7aa9d2b34a0695783e275676b670
--- /dev/null
+++ b/assets/images/svg/ic_launcher.svg
@@ -0,0 +1,109 @@
+
+
+
+
diff --git a/assets/images/svg/ic_launcher_background.svg b/assets/images/svg/ic_launcher_background.svg
new file mode 100644
index 0000000000000000000000000000000000000000..5a03223e0c59b5378933d7a777922a7ceb0ca6ef
--- /dev/null
+++ b/assets/images/svg/ic_launcher_background.svg
@@ -0,0 +1,81 @@
+
+
+
+
diff --git a/assets/images/svg/ic_launcher_background_debug.svg b/assets/images/svg/ic_launcher_background_debug.svg
new file mode 100644
index 0000000000000000000000000000000000000000..70d4eed0d1ba5ba8d0aa89b351129eba097e039b
--- /dev/null
+++ b/assets/images/svg/ic_launcher_background_debug.svg
@@ -0,0 +1,81 @@
+
+
+
+
diff --git a/assets/images/svg/ic_launcher_debug.svg b/assets/images/svg/ic_launcher_debug.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3cbdc1b9c66d7fc90dc63ae0a9fb73e8809b7738
--- /dev/null
+++ b/assets/images/svg/ic_launcher_debug.svg
@@ -0,0 +1,329 @@
+
+
+
+
diff --git a/assets/images/svg/ic_launcher_foreground.svg b/assets/images/svg/ic_launcher_foreground.svg
new file mode 100644
index 0000000000000000000000000000000000000000..259c80f5b7890e8a9a98283b0b9d01f715978085
--- /dev/null
+++ b/assets/images/svg/ic_launcher_foreground.svg
@@ -0,0 +1,109 @@
+
+
+
+
diff --git a/assets/images/svg/roundicon.svg b/assets/images/svg/ic_launcher_round.svg
similarity index 100%
rename from assets/images/svg/roundicon.svg
rename to assets/images/svg/ic_launcher_round.svg
diff --git a/assets/images/svg/roundicon_debug.svg b/assets/images/svg/ic_launcher_round_debug.svg
similarity index 100%
rename from assets/images/svg/roundicon_debug.svg
rename to assets/images/svg/ic_launcher_round_debug.svg
diff --git a/assets/images/svg/ic_launcher_round_foreground.svg b/assets/images/svg/ic_launcher_round_foreground.svg
new file mode 100644
index 0000000000000000000000000000000000000000..6bcfab370324b16206f70e9ace6cb7ff88c5786c
--- /dev/null
+++ b/assets/images/svg/ic_launcher_round_foreground.svg
@@ -0,0 +1,137 @@
+
+
+
+
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 605868117d05e891581f8e17bf64f80ba8e9a7d0..5605a83720a139bac6dab269a0cd98cf176393a9 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -55,8 +55,8 @@
android:allowBackup="true"
android:fullBackupContent="@xml/backup_rules"
android:largeHeap="true"
- android:icon="@drawable/icon"
- android:roundIcon="@drawable/roundicon"
+ android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:banner="@drawable/banner"
android:label="@string/app_name"
android:logo="@drawable/icon"
diff --git a/vlc-android/flavors/debug/res/drawable-hdpi/roundicon.png b/vlc-android/flavors/debug/res/drawable-hdpi/roundicon.png
deleted file mode 100644
index ef3a4bde2fae6b3fb77dc9f831eed657b32093cd..0000000000000000000000000000000000000000
Binary files a/vlc-android/flavors/debug/res/drawable-hdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/flavors/debug/res/drawable-ldpi/roundicon.png b/vlc-android/flavors/debug/res/drawable-ldpi/roundicon.png
deleted file mode 100644
index 0b08f2918ca94131c1f95caa8cefafee353d7fd5..0000000000000000000000000000000000000000
Binary files a/vlc-android/flavors/debug/res/drawable-ldpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/flavors/debug/res/drawable-mdpi/roundicon.png b/vlc-android/flavors/debug/res/drawable-mdpi/roundicon.png
deleted file mode 100644
index b1804f913752303441417fd9f43cd5a1f784f363..0000000000000000000000000000000000000000
Binary files a/vlc-android/flavors/debug/res/drawable-mdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/flavors/debug/res/drawable-xhdpi/roundicon.png b/vlc-android/flavors/debug/res/drawable-xhdpi/roundicon.png
deleted file mode 100644
index 4824fabbf63e25cb77846edac828f48297477f6a..0000000000000000000000000000000000000000
Binary files a/vlc-android/flavors/debug/res/drawable-xhdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher.png b/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..38cce2a1e7ff2c03b95f21ac3bd1bdeaa8eb7b11
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher_background.png b/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..a7c3549216a467856442dc08aecd9954be3beaf2
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher.png b/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..b7f3c712e29d8801bfac2ec1d0cb4c260ba433b5
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher_background.png b/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..256b8e39265f9f1bd66f64742c878d7255333e78
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher.png b/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f7b29c2988e59a576a7f3404d637fcb9b1ca332
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher_background.png b/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..300e2331e3e73c5525f51ca7fd727b60e6cb2278
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher.png b/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..b13c37dbc7af3a5073350408fe573e8def31e63d
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher_background.png b/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..1b3d7d7dfa63ae55977ed8d89c7d2b86dee8ba32
Binary files /dev/null and b/vlc-android/flavors/debug/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/vlc-android/res/drawable-hdpi/roundicon.png b/vlc-android/res/drawable-hdpi/roundicon.png
deleted file mode 100644
index a03c4488beb9b4378197dc0272c71c2055d88e0d..0000000000000000000000000000000000000000
Binary files a/vlc-android/res/drawable-hdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/res/drawable-ldpi/roundicon.png b/vlc-android/res/drawable-ldpi/roundicon.png
deleted file mode 100644
index 1fe3cb3517a67a07ea8d8d4a990b96b0c3b5f844..0000000000000000000000000000000000000000
Binary files a/vlc-android/res/drawable-ldpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/res/drawable-mdpi/roundicon.png b/vlc-android/res/drawable-mdpi/roundicon.png
deleted file mode 100644
index 29dd692921fd23a743e2ea7931b97eadffe4257e..0000000000000000000000000000000000000000
Binary files a/vlc-android/res/drawable-mdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/res/drawable-xhdpi/roundicon.png b/vlc-android/res/drawable-xhdpi/roundicon.png
deleted file mode 100644
index 2029edcf0ca38e8396bd1b3413cceaa3a18cdc38..0000000000000000000000000000000000000000
Binary files a/vlc-android/res/drawable-xhdpi/roundicon.png and /dev/null differ
diff --git a/vlc-android/res/mipmap-anydpi-v26/ic_launcher.xml b/vlc-android/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000000000000000000000000000000000000..6deabbcbba1248b9f0dec57c7ccd1a3e66d35768
--- /dev/null
+++ b/vlc-android/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/vlc-android/res/mipmap-anydpi-v26/ic_launcher_round.xml b/vlc-android/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000000000000000000000000000000000000..429efd9c2f1080936a1022370dd16a5e128548a2
--- /dev/null
+++ b/vlc-android/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/vlc-android/res/mipmap-hdpi/ic_launcher.png b/vlc-android/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..f0d2541d02ce2887b94ed8fd8c2b2110b00ae488
Binary files /dev/null and b/vlc-android/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/vlc-android/res/mipmap-hdpi/ic_launcher_background.png b/vlc-android/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..db5a29a0862f368c6cc5c1ea1ca5e218ae2f229d
Binary files /dev/null and b/vlc-android/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/vlc-android/res/mipmap-hdpi/ic_launcher_foreground.png b/vlc-android/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..e7dd72b0ffaa518f32ac16720810f087be29eab4
Binary files /dev/null and b/vlc-android/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/vlc-android/res/mipmap-hdpi/ic_launcher_round_foreground.png b/vlc-android/res/mipmap-hdpi/ic_launcher_round_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..84df454cfd1d1f885793ddb4332bca28edb2b9c4
Binary files /dev/null and b/vlc-android/res/mipmap-hdpi/ic_launcher_round_foreground.png differ
diff --git a/vlc-android/res/mipmap-mdpi/ic_launcher.png b/vlc-android/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..9d5dcc8b6ea4ac2b562baa568bcd88ffd1c08d24
Binary files /dev/null and b/vlc-android/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/vlc-android/res/mipmap-mdpi/ic_launcher_background.png b/vlc-android/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..13b9082253f4ded8431fc9fe008e7a0a1e2662aa
Binary files /dev/null and b/vlc-android/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/vlc-android/res/mipmap-mdpi/ic_launcher_foreground.png b/vlc-android/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..7994955976f58906be63862e4fc47c6b81b156e8
Binary files /dev/null and b/vlc-android/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/vlc-android/res/mipmap-mdpi/ic_launcher_round_foreground.png b/vlc-android/res/mipmap-mdpi/ic_launcher_round_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..0153dc5c6b3bea8ad391146c2037763e5231f4bf
Binary files /dev/null and b/vlc-android/res/mipmap-mdpi/ic_launcher_round_foreground.png differ
diff --git a/vlc-android/res/mipmap-xhdpi/ic_launcher.png b/vlc-android/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..80ee32405d0999e9470aa46789c7423457e58027
Binary files /dev/null and b/vlc-android/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/vlc-android/res/mipmap-xhdpi/ic_launcher_background.png b/vlc-android/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..4bee619da4869d581a37d9ee6aeb6f616fd42d0c
Binary files /dev/null and b/vlc-android/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/vlc-android/res/mipmap-xhdpi/ic_launcher_foreground.png b/vlc-android/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..b2cb92b854ee3fad0ae1223162eff9430c0a4fec
Binary files /dev/null and b/vlc-android/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/vlc-android/res/mipmap-xhdpi/ic_launcher_round_foreground.png b/vlc-android/res/mipmap-xhdpi/ic_launcher_round_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..2d6e636d345151f82e1629ffcc986dea9a4bb3cf
Binary files /dev/null and b/vlc-android/res/mipmap-xhdpi/ic_launcher_round_foreground.png differ
diff --git a/vlc-android/res/mipmap-xxhdpi/ic_launcher.png b/vlc-android/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000000000000000000000000000000000000..fd850a3d8f64b0248129a0d38f2c741e70e5f08d
Binary files /dev/null and b/vlc-android/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/vlc-android/res/mipmap-xxhdpi/ic_launcher_background.png b/vlc-android/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000000000000000000000000000000000..0fb602f7eb62a05330a7d5ca67d2bc06f5bef826
Binary files /dev/null and b/vlc-android/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/vlc-android/res/mipmap-xxhdpi/ic_launcher_foreground.png b/vlc-android/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..da0a3878b877f295d69b7d39535900834a24fe11
Binary files /dev/null and b/vlc-android/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/vlc-android/res/mipmap-xxhdpi/ic_launcher_round_foreground.png b/vlc-android/res/mipmap-xxhdpi/ic_launcher_round_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..83b37cf30225398b97d6e70fcd35a59e7a4e0c78
Binary files /dev/null and b/vlc-android/res/mipmap-xxhdpi/ic_launcher_round_foreground.png differ