Loading AndroidManifest.xml +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"/> Loading src/com/fsck/k9/k9.java +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public class k9 extends Application { * with Intent.ACTION_SEND. */ public static final String[] ACCEPTABLE_ATTACHMENT_SEND_TYPES = new String[] { "image/*", "*/*", }; /** Loading @@ -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/*", "*/*", }; /** Loading Loading
AndroidManifest.xml +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"/> Loading
src/com/fsck/k9/k9.java +2 −2 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ public class k9 extends Application { * with Intent.ACTION_SEND. */ public static final String[] ACCEPTABLE_ATTACHMENT_SEND_TYPES = new String[] { "image/*", "*/*", }; /** Loading @@ -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/*", "*/*", }; /** Loading