mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-07 11:48:07 -05:00
4.2 shouldn't have developer mode enabled
This commit is contained in:
parent
d87f63bd0a
commit
efe0f007e0
@ -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;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user