Add export setting to control whether to show the Godot app in the app library
This commit is contained in:
parent
4714e95896
commit
63d47dced0
5 changed files with 13 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue