mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
Some manifest cleanups
This commit is contained in:
parent
7ecbb3ee05
commit
b3a66c9e7f
@ -25,7 +25,6 @@
|
|||||||
android:banner="@drawable/banner"
|
android:banner="@drawable/banner"
|
||||||
android:debuggable="false">
|
android:debuggable="false">
|
||||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
|
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
|
||||||
<activity android:name="com.retroarch.browser.DisplayRefreshRateTest"/>
|
|
||||||
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
|
<activity android:name="com.retroarch.browser.mainmenu.MainMenuActivity" android:exported="true" android:launchMode="singleInstance">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
@ -34,11 +33,6 @@
|
|||||||
<category android:name="tv.ouya.intent.category.GAME" />
|
<category android:name="tv.ouya.intent.category.GAME" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="com.retroarch.browser.FileWrapper"/>
|
|
||||||
|
|
||||||
<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"/>
|
|
||||||
|
|
||||||
<activity android:name="com.retroarch.browser.retroactivity.RetroActivityFuture" android:exported="true" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:launchMode="singleInstance">
|
<activity android:name="com.retroarch.browser.retroactivity.RetroActivityFuture" android:exported="true" android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale" android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:launchMode="singleInstance">
|
||||||
<meta-data android:name="android.app.lib_name" android:value="retroarch-activity" />
|
<meta-data android:name="android.app.lib_name" android:value="retroarch-activity" />
|
||||||
<meta-data android:name="android.app.func_name" android:value="ANativeActivity_onCreate" />
|
<meta-data android:name="android.app.func_name" android:value="ANativeActivity_onCreate" />
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="1">
|
<app version="1">
|
||||||
<name>RetroArch</name>
|
<name>RetroArch</name>
|
||||||
<coder>Maister, Squarepusher, ToadKing</coder>
|
<coder>Libretro</coder>
|
||||||
<version>1.2</version>
|
<version>1.2.1</version>
|
||||||
<release_date>2012-2015</release_date>
|
<release_date>2012-2015</release_date>
|
||||||
<short_description>Official libretro client</short_description>
|
<short_description>The cross-platform entertainment system</short_description>
|
||||||
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
||||||
<no_ios_reload/>
|
<no_ios_reload/>
|
||||||
</app>
|
</app>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user