virtualx-engine/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 +02:00
..
assets Enable doNotStrip when doing development/debugging within Android Studio 2021-03-17 15:17:02 +01:00
res Fix custom boot splash image scaling. 2021-04-12 16:39:32 -07:00
src/com/godot/game Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
AndroidManifest.xml Android: Add isGame application attribute, default to true 2021-07-06 11:10:45 +02:00
build.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +02:00
config.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-29 14:02:22 +02:00
settings.gradle Update Android custom template build configuration. 2020-04-16 11:40:06 +02:00