//ro.build.date.utc是编译时间
public static final long TIME = getLong("ro.build.date.utc") * 1000;
Date time = new Date(Build.TIME);
SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMddHH");
String dateString = formatter.format(time);
//ro.build.date.utc是编译时间
public static final long TIME = getLong("ro.build.date.utc") * 1000;
Date time = new Date(Build.TIME);
SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMddHH");
String dateString = formatter.format(time);