From aa8a922b6241e5b431a97f1317b5d42862feb5dc Mon Sep 17 00:00:00 2001 From: Braden Farmer Date: Tue, 16 Apr 2019 23:38:33 -0600 Subject: [PATCH] Android: remove duplicate intent filters The latest reicast builds displayed a redundant second launcher icon in the app drawer, due to a change in #1548. This fixes the issue by removing the duplicate intent filters causing the redundant icon to display. --- .../reicast/src/dreamcast/AndroidManifest.xml | 52 +--------------- .../reicast/src/main/AndroidManifest.xml | 10 +--- .../reicast/src/naomi/AndroidManifest.xml | 60 +------------------ 3 files changed, 5 insertions(+), 117 deletions(-) diff --git a/shell/android-studio/reicast/src/dreamcast/AndroidManifest.xml b/shell/android-studio/reicast/src/dreamcast/AndroidManifest.xml index 112f56962..d0a0cfb3b 100644 --- a/shell/android-studio/reicast/src/dreamcast/AndroidManifest.xml +++ b/shell/android-studio/reicast/src/dreamcast/AndroidManifest.xml @@ -3,55 +3,7 @@ xmlns:tools="http://schemas.android.com/tools"> - - - - - - - - - - - - - - - - + android:name="com.reicast.emulator.NativeGLActivity"/> @@ -104,4 +56,4 @@ - \ No newline at end of file + diff --git a/shell/android-studio/reicast/src/main/AndroidManifest.xml b/shell/android-studio/reicast/src/main/AndroidManifest.xml index ac89e2bb2..bc93a562f 100644 --- a/shell/android-studio/reicast/src/main/AndroidManifest.xml +++ b/shell/android-studio/reicast/src/main/AndroidManifest.xml @@ -53,14 +53,8 @@ - - - - - - - + android:screenOrientation="sensorLandscape" + android:exported="true"/> diff --git a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml index 32fceb16c..a1a4c24b2 100644 --- a/shell/android-studio/reicast/src/naomi/AndroidManifest.xml +++ b/shell/android-studio/reicast/src/naomi/AndroidManifest.xml @@ -3,65 +3,7 @@ android:name="com.reicast.emulator.Emulator"> - - - - - - - - - - - - - - - - - - + android:name="com.reicast.emulator.NativeGLActivity"/>