summaryrefslogtreecommitdiff
path: root/platform/android/export
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-17 19:57:24 +0100
committerGitHub <noreply@github.com>2020-01-17 19:57:24 +0100
commit94a9cdb3b0a3a0a0086babc11f10e854da3c169a (patch)
tree360e30c6aea737c47e638d1097a245c99e23ac55 /platform/android/export
parentc6f0c0d12e3175ef0a60d8b6f5922bb314b66bf0 (diff)
parent7c97bd87d52c7c17e115870ff33371524360ecd0 (diff)
Merge pull request #35235 from akien-mga/android-launcher-icons-properties
Android: Improve name of icon export properties
Diffstat (limited to 'platform/android/export')
-rw-r--r--platform/android/export/export.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp
index eb461860ed..0ebd97d428 100644
--- a/platform/android/export/export.cpp
+++ b/platform/android/export/export.cpp
@@ -203,9 +203,9 @@ struct LauncherIcon {
};
static const int icon_densities_count = 6;
-static const char *launcher_icon_option = "launcher_icon/xxxhdpi_192x192";
-static const char *launcher_adaptive_icon_foreground_option = "launcher_adaptive_icon_foreground/xxxhdpi_432x432";
-static const char *launcher_adaptive_icon_background_option = "launcher_adaptive_icon_background/xxxhdpi_432x432";
+static const char *launcher_icon_option = "launcher_icons/main_192x192";
+static const char *launcher_adaptive_icon_foreground_option = "launcher_icons/adaptive_foreground_432x432";
+static const char *launcher_adaptive_icon_background_option = "launcher_icons/adaptive_background_432x432";
static const LauncherIcon launcher_icons[icon_densities_count] = {
{ "res/mipmap-xxxhdpi-v4/icon.png", 192 },