读书人

配备应用获得系统权限

发布时间: 2013-07-11 15:38:46 作者: rapoo

配置应用获得系统权限
android\system\core\include\private\android_filesystem_config.h
Runtime.getRuntime().exec("chmod 777 "+abspath).waitFor();
exec = Runtime.getRuntime().exec("su -c "+abspath);

读书人网 >移动开发

热点推荐