godot/platform/android/export
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
..
export.cpp Android: Add isGame application attribute, default to true 2021-07-06 11:10:45 +02:00
export.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradle_export_util.h Android: Add isGame application attribute, default to true 2021-07-06 11:10:45 +02:00