Disable strict mode

This commit is contained in:
cketti 2013-05-24 22:57:01 +02:00
parent 2f2e171ae8
commit dc6987862b
1 changed files with 1 additions and 1 deletions

View File

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