From caa15f729f3fe4b97d41817b79280e4758c6606c Mon Sep 17 00:00:00 2001 From: lynxnb Date: Thu, 27 Apr 2023 00:29:48 +0200 Subject: [PATCH] Revert setting the app category to `game` It was causing unbelievable slow cold app boot times on some devices (e.g. Pixel 6), for no apparent reason. --- 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 d68f7da1..9bf670ce 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -23,7 +23,6 @@ android:localeConfig="@xml/locales_config" android:supportsRtl="true" android:theme="@style/AppTheme" - android:appCategory="game" tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">