18
Chuyển đổi tệp: Uri thành Tệp trong Android
Cách dễ nhất để chuyển đổi từ a file: android.net.Urisang FileAndroid là gì? Đã thử những điều sau đây nhưng nó không hoạt động: final File file = new File(Environment.getExternalStorageDirectory(), "read.me"); Uri uri = Uri.fromFile(file); File auxFile = new File(uri.toString()); assertEquals(file.getAbsolutePath(), auxFile.getAbsolutePath());