Android: Move the core manager option to the main menu

This commit is contained in:
Lioncash 2014-12-21 00:22:49 -05:00
parent 2621ea9dd8
commit a73b40fe0e
2 changed files with 9 additions and 11 deletions

View File

@ -1,16 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Core Management -->
<PreferenceCategory android:title="@string/core_management">
<Preference
android:title="@string/manage_cores">
<intent
android:targetClass="com.retroarch.browser.coremanager.CoreManagerActivity"
android:targetPackage="com.retroarch"/>
</Preference>
</PreferenceCategory>
<!-- Configuration Style --> <!-- Configuration Style -->
<PreferenceCategory android:title="@string/config_style" > <PreferenceCategory android:title="@string/config_style" >
<CheckBoxPreference <CheckBoxPreference

View File

@ -2,7 +2,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/mainmenu_title" > android:title="@string/mainmenu_title" >
<!-- TV Mode --> <!-- Resume Content -->
<Preference <Preference
android:key="resumeContentPref" android:key="resumeContentPref"
android:title="@string/resume_content"/> android:title="@string/resume_content"/>
@ -27,6 +27,14 @@
android:key="loadContentHistoryPref" android:key="loadContentHistoryPref"
android:title="@string/load_content_history"/> android:title="@string/load_content_history"/>
<!-- Manage Cores -->
<Preference
android:title="@string/manage_cores">
<intent
android:targetClass="com.retroarch.browser.coremanager.CoreManagerActivity"
android:targetPackage="com.retroarch"/>
</Preference>
<!-- Settings --> <!-- Settings -->
<Preference android:title="@string/settings"> <Preference android:title="@string/settings">
<intent <intent