ddnet/scripts/android/files
Robert Müller 9832288983 Adopt changes to AndroidManifest.xml from SDL sample project
Specify `android:installLocation="auto"` so the app can be installed on and move to the external storage.

Specify optional features which the app may use (touchscreen, game controller, external mouse).

Specify `android:preferMinimalPostProcessing="true"` so lower latency HDMI mode is enabled when available. Specify `android:hardwareAccelerated="true"` for consistency (it is already the default setting).

Specify same `android:configChanges` and `android:alwaysRetainTaskState` values as SDL to avoid potential bugs due to inconsistency with what the `SDLActivity` expects.

See f5ed158d1f/android-project/app/src/main/AndroidManifest.xml
2024-09-07 12:09:41 +02:00
..
java/org/ddnet/client Add Android shortcuts for launching with Vulkan/OpenGL 2024-08-27 21:04:43 +02:00
res Add Android shortcuts for launching with Vulkan/OpenGL 2024-08-27 21:04:43 +02:00
AndroidManifest.xml Adopt changes to AndroidManifest.xml from SDL sample project 2024-09-07 12:09:41 +02:00
build.gradle Remove unnecessary ndkVersion from Gradle build 2024-08-28 18:12:05 +02:00
build.sh Remove unnecessary ndkVersion from Gradle build 2024-08-28 18:12:05 +02:00
gradle-wrapper.jar Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle-wrapper.properties Upgrade Gradle and fix Android deprecation errors 2024-05-21 17:38:42 +02:00
gradle.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
proguard-rules.pro Preserve filenames and line numbers in ProGuard for debugging 2024-05-23 22:08:42 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00