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:
parent
121d5cdd2b
commit
a72716f4be
@ -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">
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user