Skip to content

Instantly share code, notes, and snippets.

@juo6442
Last active August 24, 2018 00:25
Show Gist options
  • Select an option

  • Save juo6442/9bb4cba6a79992e488f7f1e1d9c9846b to your computer and use it in GitHub Desktop.

Select an option

Save juo6442/9bb4cba6a79992e488f7f1e1d9c9846b to your computer and use it in GitHub Desktop.
Android
// 파일 추가 후 explorer에 나타나지 않는데 아래와 같이 scan을 다시 해 줘야 함
MediaScannerConnection.scanFile(context, new String[] { file.getAbsolutePath() }, null, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment