1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add export setting to control whether to show the Godot app in the app library

This commit is contained in:
Fredia Huya-Kouadio
2023-08-12 18:41:05 -04:00
parent 4714e95896
commit 63d47dced0
5 changed files with 13 additions and 2 deletions

View File

@@ -45,6 +45,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>