平板电脑 USB 插入记忆棒,它想访问
try {
Runtime.getRuntime().exec("su");
} catch (IOException e) {
e.printStackTrace();
}
File testFile = new File("mnt/usbhost0");
boolean b1 = testFile.canRead(); //b1 = true
boolean b2 = testFile.canWrite(); //b2 = false
为什么 b2 是假的?
我的设备已植根
附言。对不起我的英语不好..