From 4e248a70bf9ca91d94c614f72f50b81f043fcf0e Mon Sep 17 00:00:00 2001
From: Thanasis Antoniou
Date: Mon, 21 Oct 2019 13:59:00 +0300
Subject: ANDROID: Set target sdk to 28 in project.properties
Also minor additions of tags in Manifest files
---
dists/android/AndroidManifest.xml | 9 +++++++++
dists/android/AndroidManifest.xml.in | 9 +++++++++
dists/android/project.properties | 2 +-
3 files changed, 19 insertions(+), 1 deletion(-)
(limited to 'dists')
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index 0f17c28232..a344af79fa 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -5,6 +5,8 @@
package="org.scummvm.scummvm"
android:versionCode="@ANDROID_VERSIONCODE@"
android:versionName="2.2.0git"
+ android:launchMode="singleTask"
+ android:installLocation="auto"
android:sharedUserId="org.scummvm.scummvm">
+
+
+
+