mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Merge pull request #422 from lioncash/master
Fix crashing in the core manager for devices on Android 2.3.x.
This commit is contained in:
commit
369e6627cc
@ -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"/>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user