修复TextNote 类中缺少 BOLD 常量的定义

Signed-off-by: ZY <1390261802@qq.com>
pull/13/head
ZY 11 months ago
parent 35238d37fc
commit 7d6ac565ec

@ -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