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
1 changed files with 1 additions and 0 deletions

View File

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