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));
}
}