Compare commits

...

2 Commits

Author SHA1 Message Date
pnju9rpvk 8151e2f266 Merge pull request '文档模板' (#12) from zy into main
4 months ago
ZY 35238d37fc 文档模板
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