diff --git a/android/phoenix/AndroidManifest.xml b/android/phoenix/AndroidManifest.xml index 30e4c40026..1b0d909718 100644 --- a/android/phoenix/AndroidManifest.xml +++ b/android/phoenix/AndroidManifest.xml @@ -15,7 +15,7 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:hasCode="true"> - + diff --git a/android/phoenix/res/xml/prefs.xml b/android/phoenix/res/xml/prefs.xml index 72a6719ed9..4ffa8b1dcf 100644 --- a/android/phoenix/res/xml/prefs.xml +++ b/android/phoenix/res/xml/prefs.xml @@ -4,7 +4,7 @@ diff --git a/android/phoenix/src/org/retroarch/browser/RetroArch.java b/android/phoenix/src/org/retroarch/browser/CoreSelection.java similarity index 99% rename from android/phoenix/src/org/retroarch/browser/RetroArch.java rename to android/phoenix/src/org/retroarch/browser/CoreSelection.java index 22d17b94d2..70675051f3 100644 --- a/android/phoenix/src/org/retroarch/browser/RetroArch.java +++ b/android/phoenix/src/org/retroarch/browser/CoreSelection.java @@ -20,7 +20,7 @@ import android.view.inputmethod.*; // JELLY_BEAN_MR1 = 17 -public class RetroArch extends Activity implements +public class CoreSelection extends Activity implements AdapterView.OnItemClickListener { private IconAdapter adapter; static private final int ACTIVITY_LOAD_ROM = 0;