文档模板

Signed-off-by: ZY <1390261802@qq.com>
pull/12/head
ZY 3 months ago
parent 1790397fc4
commit 35238d37fc

@ -198,19 +198,11 @@ public class Notes {
public static final class TextNote implements DataColumns { public static final class TextNote implements DataColumns {
/** /**
* This column stores the note's mode, currently only {@link TextNote#MODE_CHECK_LIST} 1=0=
* is supported
* <P>Type: INTEGER</P>
*/ */
public static final String MODE = DATA1; public static final String MODE = DATA1;
/** public static final int MODE_CHECK_LIST = 1;// 待办清单模式标识
* This column stores the bold state of the text
* <P>Type: INTEGER (boolean)</P>
*/
public static final String BOLD = DATA4;
public static final int MODE_CHECK_LIST = 1;
// MIME类型定义 // MIME类型定义

Loading…
Cancel
Save