标签:android blog http ar 使用 java sp 文件 div
原文出处: http://blog.csdn.net/steelychen/article/details/40744305
亲,还在为自己编写的应用如何获取Root权限而苦恼吗,还在为网上提供千千万万(有点夸张)的解决办案而不能解决你的问题而苦恼吗。福音来啦,花一分钟看完这篇文章你会觉得原来只需一个jar包即可以实现。 当然这得在你的设备已经Root了的情况下使用。
if (RootTools.isRootAvailable()) {
// su exists, do something
} else {
// do something else
}
if (RootTools.isAccessGiven()) {
// your app has been granted root access
}标签:android blog http ar 使用 java sp 文件 div
原文地址:http://blog.csdn.net/steelychen/article/details/40744305