Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd52432d authored by Mark Chang's avatar Mark Chang Committed by Jesse Vincent
Browse files

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.
parent 6de081c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"