mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
It can be turned off in the export preset with `package/classify_as_game`.
Upstream definition: https://developer.android.com/guide/topics/manifest/application-element#isGame
> `android:isGame`
>
> Whether or not the application is a game. The system may group together
> applications classifed as games or display them separately from other
> applications.
Also fixes replacing `android:allowBackup` in custom builds.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| assets | ||
| res | ||
| src/com/godot/game | ||
| AndroidManifest.xml | ||
| build.gradle | ||
| config.gradle | ||
| settings.gradle | ||