aboutsummaryrefslogtreecommitdiff
path: root/dists/android
diff options
context:
space:
mode:
authorAlyssa Milburn2016-06-12 08:55:21 +0200
committerAlyssa Milburn2016-06-12 08:55:21 +0200
commitce9573c8c598ddf4936a360e0b9c14aed19d1ce9 (patch)
treec78f3fff624c29cebdc72dbea445b6f4e1d208a3 /dists/android
parenta7d18763ac56bd3cb322f790746908390f6c73e5 (diff)
downloadscummvm-rg350-ce9573c8c598ddf4936a360e0b9c14aed19d1ce9.tar.gz
scummvm-rg350-ce9573c8c598ddf4936a360e0b9c14aed19d1ce9.tar.bz2
scummvm-rg350-ce9573c8c598ddf4936a360e0b9c14aed19d1ce9.zip
ANDROID: Relax manifest hardware requirements.
This is necessary to make the package installable via Google Play for almost all modern devices.
Diffstat (limited to 'dists/android')
-rw-r--r--dists/android/AndroidManifest.xml13
-rw-r--r--dists/android/AndroidManifest.xml.in13
2 files changed, 4 insertions, 22 deletions
diff --git a/dists/android/AndroidManifest.xml b/dists/android/AndroidManifest.xml
index 14161668fe..c091039266 100644
--- a/dists/android/AndroidManifest.xml
+++ b/dists/android/AndroidManifest.xml
@@ -40,17 +40,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <!-- Always needs some sort of qwerty keyboard.
- Can work with a D-pad / trackball -->
- <uses-configuration android:reqFiveWayNav="true"
- android:reqKeyboardType="qwerty"/>
-
- <!-- .. or touchscreen -->
- <uses-configuration android:reqTouchScreen="finger"
- android:reqKeyboardType="qwerty"/>
-
- <uses-configuration android:reqTouchScreen="stylus"
- android:reqKeyboardType="qwerty"/>
+ <uses-feature android:name="android.hardware.screen.landscape"
+ android:required="false" />
<uses-feature android:name="android.hardware.touchscreen"
android:required="false" />
diff --git a/dists/android/AndroidManifest.xml.in b/dists/android/AndroidManifest.xml.in
index de2f2d905e..7eaece9d1f 100644
--- a/dists/android/AndroidManifest.xml.in
+++ b/dists/android/AndroidManifest.xml.in
@@ -40,17 +40,8 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <!-- Always needs some sort of qwerty keyboard.
- Can work with a D-pad / trackball -->
- <uses-configuration android:reqFiveWayNav="true"
- android:reqKeyboardType="qwerty"/>
-
- <!-- .. or touchscreen -->
- <uses-configuration android:reqTouchScreen="finger"
- android:reqKeyboardType="qwerty"/>
-
- <uses-configuration android:reqTouchScreen="stylus"
- android:reqKeyboardType="qwerty"/>
+ <uses-feature android:name="android.hardware.screen.landscape"
+ android:required="false" />
<uses-feature android:name="android.hardware.touchscreen"
android:required="false" />