From efe0f007e04ce5e7c89f933049c71c98848731d8 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 4 Sep 2012 23:22:25 -0400 Subject: [PATCH] 4.2 shouldn't have developer mode enabled --- src/com/fsck/k9/K9.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/fsck/k9/K9.java b/src/com/fsck/k9/K9.java index eab538ecd..bd8224e38 100644 --- a/src/com/fsck/k9/K9.java +++ b/src/com/fsck/k9/K9.java @@ -95,7 +95,7 @@ public class K9 extends Application { * It should NEVER be on for Market builds * Right now, it just governs strictmode **/ - public static boolean DEVELOPER_MODE = true; + public static boolean DEVELOPER_MODE = false; /**