2
0
Fork 0
godot/platform/android/java/app
Rémi Verschelde cd64bcdae5
Android: Add `isGame` application attribute, default to true
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 40a594c6ea)
2021-07-06 11:10:45 +07:00
..
assets
res
src/com/godot/game Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +07:00
AndroidManifest.xml Android: Add `isGame` application attribute, default to true 2021-07-06 11:10:45 +07:00
build.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +07:00
config.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +07:00
settings.gradle