Turn off developer mode for 4.0

This commit is contained in:
cketti 2011-11-09 18:20:08 +01:00
parent 54ec1413cc
commit d0bc28bff7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,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;
/**