Merge pull request '文档模板' (#12) from zy into main

main
pnju9rpvk 3 months ago
commit 8151e2f266

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

Loading…
Cancel
Save