godot/platform/android/java/app
Rémi Verschelde 40a594c6ea
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.
2021-07-01 11:00:23 +02:00
..
assets Enable doNotStrip when doing development/debugging within Android Studio 2021-03-16 17:21:00 -07:00
res Fix custom boot splash image scaling. 2021-04-12 16:38:41 -07:00
src/com/godot/game Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
AndroidManifest.xml Android: Add isGame application attribute, default to true 2021-07-01 11:00:23 +02:00
build.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-24 08:58:56 -07:00
config.gradle Update config versions and deprecate the use of the jcenter maven repo. 2021-06-24 08:58:56 -07:00
settings.gradle