|
|
@ -38,6 +38,7 @@ public class Note {
|
|
|
|
private ContentValues mNoteDiffValues;
|
|
|
|
private ContentValues mNoteDiffValues;
|
|
|
|
private NoteData mNoteData;
|
|
|
|
private NoteData mNoteData;
|
|
|
|
private static final String TAG = "Note";
|
|
|
|
private static final String TAG = "Note";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Create a new note id for adding a new note to databases
|
|
|
|
* Create a new note id for adding a new note to databases
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|