1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

K-9 does not require a touchscreen, but our minsdk version implies it

does. That has the unfortunate side-effect of making K-9 not show up on
Google TV devices.
This commit is contained in:
Mark Chang 2011-12-16 19:58:38 -08:00 committed by Jesse Vincent
parent 6de081c5b0
commit fd52432de5

View File

@ -53,6 +53,7 @@
android:label="@string/delete_messages_label" android:label="@string/delete_messages_label"
android:description="@string/read_messages_desc"/> android:description="@string/read_messages_desc"/>
<uses-permission android:name="com.fsck.k9.permission.DELETE_MESSAGES"/> <uses-permission android:name="com.fsck.k9.permission.DELETE_MESSAGES"/>
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<application <application
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:label="@string/app_name" android:label="@string/app_name"