File file = new File(context.getFilesDir() + "sample.png"); if (!file.exists()) { try { file.createNewFile(); } catch (IOException e) { e.prinStackTrace(); } }
댓글 없음:
댓글 쓰기