~dhis-mobile-devs/dhis-mobile/2.11

« back to all changes in this revision

Viewing changes to src/org/hisp/dhis/mobile/midlet/DHISMIDlet.java

  • Committer: Long
  • Date: 2013-03-13 07:34:32 UTC
  • Revision ID: long@long-laptop-20130313073432-m2cjvn1wsc01x1ah
get name of SMSCommand, add record store util classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
{
47
47
    // Debug Mode
48
48
 
49
 
    public static final boolean DEBUG = true;
 
49
    public static final boolean DEBUG = false;
50
50
 
51
51
    public static final String DEBUG_PREFIX = "[DEBUG] ";
52
52