1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

turn off developer mode for 3.8

This commit is contained in:
Jesse Vincent 2011-05-02 10:12:20 -04:00
parent 01937d4ab8
commit 3660dd4746

View File

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