Fix crashing in the core manager for devices on Android 2.3.x

Also remove a now non-existent activity reference from the AndroidManifest.
This commit is contained in:
Lioncash 2013-12-15 10:37:50 -05:00
parent c038f7be8f
commit b2be996e67
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
</intent-filter>
</activity>
<activity android:name="com.retroarch.browser.FileWrapper"/>
<activity android:name="com.retroarch.browser.RetroTVMode"/>
<activity android:name="com.retroarch.browser.preferences.PreferenceActivity" android:theme="@style/Theme.AppCompat" />
<activity android:name="com.retroarch.browser.coremanager.CoreManagerActivity" android:theme="@style/Theme.AppCompat"/>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:background="?android:attr/activatedBackgroundIndicator"
android:choiceMode="singleChoice"
android:id="@android:id/list"
android:layout_width="match_parent"