Last active
August 24, 2018 00:25
-
-
Save juo6442/9bb4cba6a79992e488f7f1e1d9c9846b to your computer and use it in GitHub Desktop.
Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 파일 추가 후 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