摘要:        
用代码获取最高权限首先手机得root,没有root请不要往下看。首先是写一个静态方法public static boolean isRoot(String pkgCodePath) { Process process = null; DataOutputStream os = null; try { String cmd = "chmod 777 " + pkgCodePath; process = Runtime.getRuntime().exec("su"); // 切换到root帐号 ...    阅读全文
        
            posted @ 2013-03-01 15:21
志强思密达
阅读(822)
评论(0)
推荐(0)
        
        
 
                    
                     
                    
                 
                    
                 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号