You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.example.myapplication.gtask.tool;
|
|
|
|
public class GTaskStringUtils {
|
|
// 还原原项目的常量定义
|
|
public static final String META_HEAD_GTASK_ID = "gtask_id";
|
|
public static final String META_NOTE_NAME = "Meta Note";
|
|
|
|
// 你可以根据原项目补充其他常量
|
|
} |