Runtime.getRuntime().exec("su root " + "path to daemon");
where 'su' is super user utility, which forks your application and executes daemon in sepparate proccess with elevated permissions.
全部博文(1159)
分类: Android平台
2015-12-03 15:32:23
Runtime.getRuntime().exec("su root " + "path to daemon");
where 'su' is super user utility, which forks your application and executes daemon in sepparate proccess with elevated permissions.