TextNote 类中缺少 BOLD 常量的定义 #13

Merged
pnju9rpvk merged 1 commits from zy into main 7 months ago

@ -204,6 +204,11 @@ public class Notes {
public static final int MODE_CHECK_LIST = 1;// 待办清单模式标识
/**
*
*/
public static final String BOLD = DATA2;
// MIME类型定义
public static final String CONTENT_TYPE = "vnd.android.cursor.dir/text_note";

Loading…
Cancel
Save