|
|
@ -10,12 +10,7 @@ public class Notes {
|
|
|
|
public static final int TYPE_FOLDER = 1;
|
|
|
|
public static final int TYPE_FOLDER = 1;
|
|
|
|
public static final int TYPE_SYSTEM = 2;
|
|
|
|
public static final int TYPE_SYSTEM = 2;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Following IDs are system folders' identifiers
|
|
|
|
|
|
|
|
* {@link Notes#ID_ROOT_FOLDER } is default folder
|
|
|
|
|
|
|
|
* {@link Notes#ID_TEMPARAY_FOLDER } is for notes belonging no folder
|
|
|
|
|
|
|
|
* {@link Notes#ID_CALL_RECORD_FOLDER} is to store call records
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public static final int ID_ROOT_FOLDER = 0;
|
|
|
|
public static final int ID_ROOT_FOLDER = 0;
|
|
|
|
public static final int ID_TEMPARAY_FOLDER = -1;
|
|
|
|
public static final int ID_TEMPARAY_FOLDER = -1;
|
|
|
|
public static final int ID_CALL_RECORD_FOLDER = -2;
|
|
|
|
public static final int ID_CALL_RECORD_FOLDER = -2;
|
|
|
|