mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
||
|---|---|---|
| .. | ||
| app | ||
| gradle/wrapper | ||
| lib | ||
| nativeSrcsConfigs | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle | ||