【发布时间】:2011-08-01 12:57:00
【问题描述】:
我希望通过我的应用程序以编程方式将行添加到根文件夹中的 .conf 文件。我的用户将拥有 root 访问权限,而我的应用程序的目的是帮助他们编辑 .conf 文件。建议/教程?
【问题讨论】:
标签: android configuration edit root
我希望通过我的应用程序以编程方式将行添加到根文件夹中的 .conf 文件。我的用户将拥有 root 访问权限,而我的应用程序的目的是帮助他们编辑 .conf 文件。建议/教程?
【问题讨论】:
标签: android configuration edit root
没有root权限无法编辑root文件:How to create/write file in the root of the android device?
您的用户必须拥有 root 设备并授予应用 root 权限。
【讨论】: