Skip to content

Commit

Permalink
Use android:appCategory to inform category as supplementary of (the…
Browse files Browse the repository at this point in the history
… now deprecated) `android:isGame`
  • Loading branch information
Rian8337 committed Feb 27, 2025
1 parent 4633ed9 commit 66d04b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
android:label="@string/app_name"
android:largeHeap="true"
android:isGame="true"
android:appCategory="game"
android:allowAudioPlaybackCapture="true"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="false"
Expand Down

0 comments on commit 66d04b0

Please sign in to comment.