summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/AndroidManifest.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml
index 70bc5c1275..c80638bb38 100644
--- a/Source/Android/AndroidManifest.xml
+++ b/Source/Android/AndroidManifest.xml
@@ -7,10 +7,10 @@
<uses-sdk
android:minSdkVersion="14"
- android:targetSdkVersion="14" />
+ android:targetSdkVersion="18" />
+
+ <uses-feature android:glEsVersion="0x00020000" />
- <uses-feature android:glEsVersion="0x00020000" >
- </uses-feature>
<uses-feature android:name="android.hardware.screen.landscape" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -40,8 +40,8 @@
<activity
android:name="org.dolphinemu.dolphinemu.settings.PrefsActivity"
- android:label="@string/settings" >
- </activity>
+ android:label="@string/settings" />
+
</application>
</manifest>