Removes touchscreen requirement

We don't need a touchscreen, and should show as compatible with devices
that don't have one.
This commit is contained in:
Ciaran Gultnieks 2012-09-16 10:30:40 +01:00
parent 121d5cdd2b
commit a72716f4be

View File

@ -10,6 +10,7 @@
android:xlargeScreens="true" android:xlargeScreens="true"
android:resizeable="true" android:resizeable="true"
android:smallScreens="true" /> android:smallScreens="true" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<application android:name="FDroidApp" android:label="@string/app_name" <application android:name="FDroidApp" android:label="@string/app_name"
android:icon="@drawable/ic_launcher"> android:icon="@drawable/ic_launcher">