From e7a19d378e0ca12d87d5a1545e3ca2a7cf712778 Mon Sep 17 00:00:00 2001 From: Thanasis Antoniou Date: Sun, 10 Nov 2019 17:05:20 +0200 Subject: ANDROID: Disable support for split screen Currently the ScummVM app will just exit in split-screen so that's not desireable Disabled until we implement proper support, if deemed necessary --- dists/android/AndroidManifest.xml | 1 + dists/android/AndroidManifest.xml.in | 1 + 2 files changed, 2 insertions(+) (limited to 'dists') diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml index 0e30097213..22443fa611 100644 --- a/dists/android/AndroidManifest.xml +++ b/dists/android/AndroidManifest.xml @@ -54,6 +54,7 @@ android:description="@string/app_desc" android:allowBackup="true" android:isGame="true" + android:resizeableActivity="false" android:icon="@drawable/scummvm">