From 88b56b02a6f2c625258eef9baa451c4cdb2fea25 Mon Sep 17 00:00:00 2001 From: TwistedUmbrella Date: Sun, 6 Apr 2014 23:03:44 -0400 Subject: [PATCH] Remove unnecessary exposed intents, Add toast handler --- shell/android/AndroidManifest.xml | 76 ------------------- .../com/reicast/emulator/GL2JNINative.java | 11 ++- .../com/reicast/emulator/MainActivity.java | 4 +- 3 files changed, 10 insertions(+), 81 deletions(-) diff --git a/shell/android/AndroidManifest.xml b/shell/android/AndroidManifest.xml index f4a50f4d8..0dce205aa 100644 --- a/shell/android/AndroidManifest.xml +++ b/shell/android/AndroidManifest.xml @@ -87,44 +87,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - = Build.VERSION_CODES.GINGERBREAD && Config.nativeact) { - startActivity(new Intent("com.reciast.LAUNCH_ROM", uri, getApplicationContext(), + startActivity(new Intent("com.reicast.EMULATOR", uri, getApplicationContext(), GL2JNINative.class)); } else { - startActivity(new Intent("com.reciast.LAUNCH_ROM", uri, getApplicationContext(), + startActivity(new Intent("com.reicast.EMULATOR", uri, getApplicationContext(), GL2JNIActivity.class)); } }