Skip to content

Commit

Permalink
Revert setting the app category to game
Browse files Browse the repository at this point in the history
It was causing unbelievable slow cold app boot times on some devices (e.g. Pixel 6), for no apparent reason.
  • Loading branch information
nickbeth committed Apr 26, 2023
1 parent bdf73aa commit caa15f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
android:localeConfig="@xml/locales_config"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:appCategory="game"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">

<profileable android:shell="true" />
Expand Down

0 comments on commit caa15f7

Please sign in to comment.