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应用程序的用户ID?背景是,我必须在我的应用程序中启动一个不属于我的应用程序的活动。但这只有在应用程序具有相同的用户 ID 时才有效。
谢谢您的帮助
您可以root通过启动另一个应用程序的Activity,使用该am start命令来运行另一个应用程序的活动,然后将该am start命令运行为root。
root
Activity
am start
见以下地方:
所以最后你会做类似 `Runtime.exec("su -c \'am start....\'")