Skip to content

Commit

Permalink
Change the appCategory to game in android. (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAJigsaw77 authored Jan 17, 2024
1 parent a52ac47 commit 2b8c679
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,10 @@
<sample path="${haxelib:flixel-demos}/Tutorials" />
<sample path="${haxelib:flixel-demos}/User Interface" />
</section>

<section if="android">
<config:android>
<application android:appCategory="game" if="${lime &ge; 8.2.0}" />
</config:android>
</section>
</project>

0 comments on commit 2b8c679

Please sign in to comment.