From 404657d80d9e21c31771bdeec9b58317ec3fd938 Mon Sep 17 00:00:00 2001
From: Colin Snover
Date: Thu, 23 Nov 2017 13:25:25 -0600
Subject: ANDROID: Remove unnecessary additional activity
For an unknown reason, having a second activity for Android TV
(Leanback) caused ScummVM to be broken on some Android devices.
According to Android documentation, TV can be supported in the same
activity as everything else, so merge the two together.
Fixes Trac#10024.
---
dists/android/AndroidManifest.xml | 10 ++--------
dists/android/AndroidManifest.xml.in | 10 ++--------
2 files changed, 4 insertions(+), 16 deletions(-)
(limited to 'dists/android')
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index d49cd51695..3201fbee7e 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -39,6 +39,7 @@
android:icon="@drawable/scummvm">
@@ -46,15 +47,8 @@
-
-
-
-
-
-
+
diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in
index 957ec121a4..6cd7601f83 100644
--- a/dists/android/AndroidManifest.xml.in
+++ b/dists/android/AndroidManifest.xml.in
@@ -39,6 +39,7 @@
android:icon="@drawable/scummvm">
@@ -46,15 +47,8 @@
-
-
-
-
-
-
+
--
cgit v1.2.3