配置应用获得系统权限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);
