mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05: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:
parent
6de081c5b0
commit
fd52432de5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user