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.
This commit is contained in:
lynxnb 2023-04-27 00:29:48 +02:00
parent bdf73aa20d
commit caa15f729f

View File

@ -23,7 +23,6 @@
android:localeConfig="@xml/locales_config" android:localeConfig="@xml/locales_config"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme" android:theme="@style/AppTheme"
android:appCategory="game"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
<profileable android:shell="true" /> <profileable android:shell="true" />