From cc4b016c64aa29c377b49b5aa88ed85054a692d0 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Tue, 19 Dec 2023 23:54:16 +0100 Subject: [PATCH] Resize adaptative icon to 108x108dp (#1142) Android documentation [1] explicitly specify that adaptive icons must be 108x108dp. Having bigger Adaptive icons triggers a bug in Android 14 QPR1 that prevent to install apps from apk directly when the icons are bigger. [1] https://developer.android.com/develop/ui/views/launch/icon_design_adaptive --- android/app/src/main/res/drawable/ic_launcher_foreground.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/drawable/ic_launcher_foreground.xml b/android/app/src/main/res/drawable/ic_launcher_foreground.xml index eb5ee1b..df283b7 100644 --- a/android/app/src/main/res/drawable/ic_launcher_foreground.xml +++ b/android/app/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,8 +1,8 @@ + android:width="108dp" + android:height="108dp">