File file = new File(myFilePath); boolean deleted = file.delete(); Log.v("log_tag","deleted: " + deleted); You must pass the complete path to file that you ...
確定! 回上一頁