文档模板 #12

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

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