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.
当我使用此代码时
Runtime.getRuntime().exec("su").
并听听它给我的 ErrorStream:权限被拒绝。但是 SuperUser 成功授予权限。有任何想法吗?
您需要添加到您的AndroidManifest.xml
<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
我的ROM搞砸了。我不得不重新安装它。添加权限应该没有帮助。编辑:如果您没有定义权限,SuperUser 现在会发出警告,但它仍然会授予 su.