Android 修改系统时间代码
// 修改系统时间 try { Process process = Runtime.getRuntime().exec("su"); // 设置的时间【时间格式 yyyyMMdd.HHmmss】 String formatDate = DateTi