1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Disable strict mode

This commit is contained in:
cketti 2013-05-24 22:57:01 +02:00
parent 2f2e171ae8
commit dc6987862b

View File

@ -116,7 +116,7 @@ public class K9 extends Application {
* It should NEVER be on for Market builds * It should NEVER be on for Market builds
* Right now, it just governs strictmode * Right now, it just governs strictmode
**/ **/
public static boolean DEVELOPER_MODE = true; public static boolean DEVELOPER_MODE = false;
/** /**