From ab76e1e6177733ccfa87830d8dfca15c35422994 Mon Sep 17 00:00:00 2001 From: Doozy <98877504+DoozyDoz@users.noreply.github.com> Date: Tue, 30 Dec 2025 19:55:57 +0300 Subject: [PATCH] Icon now appears in app list on android tv --- android/app/src/main/AndroidManifest.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5552e7a..b528120 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,11 +1,15 @@ + + android:icon="@mipmap/ic_launcher" + android:banner="@mipmap/ic_launcher"> +