2012-11-01 15:19:01 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.ppsspp.ppsspp"
|
2014-02-11 11:27:23 +00:00
|
|
|
android:installLocation="auto"
|
2017-05-27 09:58:05 +00:00
|
|
|
android:versionCode="14200000"
|
|
|
|
android:versionName="1.4.2.0">
|
|
|
|
<!-- For the next release: Note that versionCode should be in the format xyzzrrrr -->
|
2014-02-11 11:27:23 +00:00
|
|
|
|
|
|
|
<uses-sdk
|
2014-02-17 22:34:32 +00:00
|
|
|
android:minSdkVersion="9"
|
2017-01-26 07:26:07 +00:00
|
|
|
android:targetSdkVersion="25" />
|
2014-02-11 11:27:23 +00:00
|
|
|
|
2015-04-03 09:39:52 +00:00
|
|
|
<uses-feature android:glEsVersion="0x00020000" />
|
|
|
|
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
|
2015-03-19 20:23:52 +00:00
|
|
|
<uses-feature android:name="android.software.leanback" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.gamepad" android:required="false"/>
|
2014-02-11 11:27:23 +00:00
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="archos.permission.FULLSCREEN.FULL" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
|
|
|
|
<supports-screens
|
|
|
|
android:largeScreens="true"
|
|
|
|
android:normalScreens="true"
|
|
|
|
android:smallScreens="true"
|
|
|
|
android:xlargeScreens="true" />
|
|
|
|
|
|
|
|
<application
|
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@drawable/ic_launcher"
|
2014-08-19 04:37:04 +00:00
|
|
|
android:label="@string/app_name"
|
2015-03-19 20:23:52 +00:00
|
|
|
android:logo="@drawable/ic_banner"
|
|
|
|
android:isGame="true"
|
|
|
|
android:banner="@drawable/tv_banner">
|
2017-03-29 21:25:29 +00:00
|
|
|
<meta-data android:name="android.max_aspect" android:value="2.1" />
|
2012-11-01 15:19:01 +00:00
|
|
|
<activity
|
|
|
|
android:name=".PpssppActivity"
|
2015-04-03 09:50:03 +00:00
|
|
|
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode|navigation"
|
2014-02-11 11:27:23 +00:00
|
|
|
android:label="@string/app_name"
|
2017-08-06 18:37:36 +00:00
|
|
|
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
|
|
|
android:resizeableActivity="false">
|
2014-02-11 11:27:23 +00:00
|
|
|
|
|
|
|
<!-- android:screenOrientation="landscape" -->
|
2012-11-01 15:19:01 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
2014-02-11 11:27:23 +00:00
|
|
|
|
2012-11-01 15:19:01 +00:00
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
2014-08-19 04:37:04 +00:00
|
|
|
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
2012-11-01 15:19:01 +00:00
|
|
|
</intent-filter>
|
2016-02-20 11:23:32 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.iso"
|
|
|
|
android:scheme="file" />
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.cso"
|
|
|
|
android:scheme="file" />
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.elf"
|
|
|
|
android:scheme="file" />
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.ISO"
|
|
|
|
android:scheme="file" />
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.CSO"
|
|
|
|
android:scheme="file" />
|
|
|
|
<data
|
|
|
|
android:host="*"
|
|
|
|
android:mimeType="*/*"
|
|
|
|
android:pathPattern=".*\\.ELF"
|
|
|
|
android:scheme="file" />
|
|
|
|
</intent-filter>
|
2012-11-01 15:19:01 +00:00
|
|
|
</activity>
|
2014-08-19 04:37:04 +00:00
|
|
|
<meta-data android:name="isGame" android:value="true" />
|
2014-02-11 11:27:23 +00:00
|
|
|
<activity
|
2014-01-05 16:08:50 +00:00
|
|
|
android:name=".ShortcutActivity"
|
2014-02-11 11:27:23 +00:00
|
|
|
android:label="@string/shortcut_name" >
|
2014-01-05 16:08:50 +00:00
|
|
|
<intent-filter>
|
2014-02-11 11:27:23 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
|
|
|
<action android:name="android.intent.action.CREATE_SHORTCUT" />
|
2014-01-05 16:08:50 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2014-02-11 11:27:23 +00:00
|
|
|
|
2016-07-25 00:04:06 +00:00
|
|
|
<receiver android:name=".PowerSaveModeReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.os.action.POWER_SAVE_MODE_CHANGED" />
|
|
|
|
<action android:name="android.intent.action.BATTERY_LOW" />
|
|
|
|
<action android:name="android.intent.action.BATTERY_OKAY" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2014-02-11 11:27:23 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="xperiaplayoptimized_content"
|
|
|
|
android:resource="@drawable/ic_launcher" />
|
2012-11-01 15:19:01 +00:00
|
|
|
</application>
|
|
|
|
|
2014-02-15 19:09:49 +00:00
|
|
|
</manifest>
|