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.
我需要访问系统上的文件,即获取信息。文件 build.prop 取出所以
Runtime.getRuntime().exec("/system/bin/getprop").getInputStream();
我需要一份其他文件的列表以及它们的阅读方式。谢谢
我猜你会有SecurityException,因为与你的应用关联的用户没有读取这个文件的权限。做到这一点的唯一方法是拥有一个有根设备。
SecurityException
/system您无法访问其中的大多数文件,因为它需要ROOT。
/system