From 0af56b4981ac12107846aaca40d2239a7bf6a353 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 24 Nov 2023 21:02:50 -0600 Subject: [PATCH] Remove roundIcon attribute This should only be used if the round icon is actually different. --- app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5ac626f1..933c900a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -50,7 +50,6 @@ android:banner="@drawable/atv_banner" android:appCategory="game" android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher" android:installLocation="auto" android:gwpAsanMode="always" android:localeConfig="@xml/locales_config"