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

Commit dfa11df4 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

0.22

parent a4a07ebe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.fsck.k9"
    android:versionCode="21"
    android:versionName="0.21"
    android:versionCode="22"
    android:versionName="0.22"
    >
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <uses-permission android:name="android.permission.READ_CONTACTS"/>
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ public class k9 extends Application {
     * with Intent.ACTION_SEND.
     */
    public static final String[] ACCEPTABLE_ATTACHMENT_SEND_TYPES = new String[] {
        "image/*",
        "*/*",
    };

    /**
@@ -64,7 +64,7 @@ public class k9 extends Application {
     * The MIME type(s) of attachments we're willing to download to SD.
     */
    public static final String[] ACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] {
        "image/*",
        "*/*",
    };

    /**