This commit is contained in:
parent
9d871e6ef5
commit
e1f3ec8eab
1 changed files with 5 additions and 0 deletions
5
doc/todo/Use_MediaScannerConnection_on_Android.mdwn
Normal file
5
doc/todo/Use_MediaScannerConnection_on_Android.mdwn
Normal file
|
@ -0,0 +1,5 @@
|
|||
Currently if photos or videos are copied into the Camera/DCIM directory on an Android device, or deleted the Gallery doesn't notice the changes.
|
||||
|
||||
It is necessary to call MediaScannerConnection - http://developer.android.com/reference/android/media/MediaScannerConnection.html - to notify the system of the change.
|
||||
|
||||
It'd be awesome if the assistant did this on files it has changed. Possibly just under Camera/DCIM, but perhaps it should be configurable. MediaScannerConnection is also used to notify and index new music files.
|
Loading…
Reference in a new issue