从我的应用程序访问 Android 超级用户

发布于 2024-11-13 06:52:58 字数 227 浏览 3 评论 0原文

我正在编写一个应用程序,该应用程序应该修改一些它无权访问的文件:另一个应用程序的数据库、default.prop 等。

目前,它是通过“su”请求和对所需文件的临时“chmod 0777”来完成的。但我认为这不是最好的解决方案。

有没有更好的方法来进行此类操作?

例如,我应该如何检查工具箱是否支持 shell 命令(chown、chmod、grep、find)(如果没有 busybox)?

I'm writing an application that should modify some files it doesn't have access to: another application's database, default.prop, etc.

Currently, it is done with "su" request and temporary "chmod 0777" to required files. But I think that's not the best solution.

Is there any preferable way to do such operations?

And how, for example, I should check if shell commands (chown, chmod, grep, find) are supported by toolbox (if there's not busybox)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文