更改系统应用程序的UID

时间:2013-12-05 03:58:07

标签: java android

我知道我们可以使用 ApplicationInfo()。uid()获取系统应用的UID。但我可以设置我的应用的UID到该函数返回的内容吗?

我需要这样做,因为我试图将属于目标系统应用程序的shared_pref文件复制到SD卡上的某个位置。顺便说一下,我的设备 rooted

Error in Copying file of a system app into another location上有关我的问题的更多详细信息。

1 个答案:

答案 0 :(得分:0)

您可以使用生根时安装的“su”程序以root身份运行shell命令。没有办法直接使用Android SDK。

http://www.stealthcopter.com/blog/2010/01/android-requesting-root-access-in-your-app/