Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 android 中开发一个应用程序,我想提供删除数据、系统文件夹中需要 root 权限的文件的选项。如何授予对我的应用程序的访问权限?
谢谢。
这是我发现的
您必须指定android.permission.FACTORY_TEST权限。文档在这里
android.permission.FACTORY_TEST
对于访问root权限,您可以使用
root
p = Runtime.getRuntime().exec("su");
来源:这里
对于人们如何搜索相同。
根工具库
使用 RootTools,我们可以进行这种类型的操作。