Back to project page inotes.
The source code is released under:
GNU General Public License
If you think the Android project inotes listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.codeminders.inotes; // w w w .j a va2 s . com public class Constants { public static final String TAG = "12345iNotes"; public static final String NOTE_EDIT_ACTION = "iNotes.note.edit.action"; public static final String NOTE_CREATE_ACTION = "iNotes.note.create.action"; public static final String INTENT_LOGIN = "com.codeminders.inotes.activity.LOGIN"; public static final String PREFS_NAME = "iNotesPrefs"; public static final String SYNC_INTERVAL = "com.codeminders.inotes.SYNC_INTERVAL"; public static final String SYNC_TYPE = "com.codeminders.inotes.SYNC_TYPE"; public static final String LOCAL_ACCOUNT_NAME = "local"; public static final String AUTHORITIES = "com.codeminders.notes"; }