Uri uri = data.getData(); File file = new File(uri.getPath());//create path from uri final String[] split = file.getPath() ...
確定! 回上一頁