修改系统时间

最近有一项目要求修改系统时间

创新互联公司网站建设服务商,为中小企业提供网站制作、成都网站制作服务,网站设计,网站托管、服务器托管等一站式综合服务型公司,专业打造企业形象网站,让您在众多竞争对手中脱颖而出创新互联公司

try {  

   Process process = Runtime.getRuntime().exec("su");  
   DataOutputStream os = new DataOutputStream(process.getOutputStream());  

   os.writeBytes("date -s 20150319.024012; \n");  

   os.writeBytes(lastTime);  

} catch (Exception e) {  
  e.printStackTrace();  
 } 


当前文章:修改系统时间
标题链接:http://pwwzsj.com/article/psishi.html