how do I get file size of temp file in android? ... I hope this can help you: File file = new File(selectedPath); int file_size = Integer.parseInt(String.valueOf( ...
確定! 回上一頁