首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

配备应用获得系统权限

2013-07-11 
配置应用获得系统权限android\system\core\include\private\android_filesystem_config.hRuntime.getRunti

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

热点排行