From 0398151f540a1bbf3a4743b502f366c92391edd2 Mon Sep 17 00:00:00 2001 From: Jess Kuras Date: Tue, 8 Sep 2026 20:48:20 +0000 Subject: [PATCH] docs: update Android launcher icon link to adaptive icon guidelines (#13859) Updates the Android deployment guide to link to Android's official adaptive icon guidelines on developer.android.com instead of Material 3 system icons (which do not cover app launcher icons). Fixes #13859 --- sites/docs/src/content/deployment/android.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sites/docs/src/content/deployment/android.md b/sites/docs/src/content/deployment/android.md index 477a940bf8..451913d810 100644 --- a/sites/docs/src/content/deployment/android.md +++ b/sites/docs/src/content/deployment/android.md @@ -42,8 +42,8 @@ To learn about customizing this icon, check out the Alternatively, you can do it manually using the following steps: -1. Review the - [Material Design product icons][launchericons] guidelines for icon design. +1. Review the Android [adaptive icon guidelines][adaptive-icons] + for icon design and sizing specifications. 1. In the `[project]/android/app/src/main/res/` directory, place your icon files in folders named using @@ -61,7 +61,8 @@ Alternatively, you can do it manually using the following steps: run your app and inspect the app icon in the Launcher. [flutter_launcher_icons]: {{site.pub}}/packages/flutter_launcher_icons -[launchericons]: {{site.material}}/styles/icons +[adaptive-icons]: + {{site.android-dev}}/develop/ui/views/launch/icon_design_adaptive [config-qual]: {{site.android-dev}}/guide/topics/resources/providing-resources#AlternativeResources [applicationtag]: {{site.android-dev}}/guide/topics/manifest/application-element