diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o <Andrew@web> | 2013-07-02 13:58:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-02 13:58:59 +0000 |
commit | 229975364b4803880347d666100bc01333367b53 (patch) | |
tree | 7ea5a3e1ffd99df87eaad2c967e1ba2b75c7f680 /doc/todo/Use_MediaScannerConnection_on_Android.mdwn | |
parent | 6bd6beae722204306da82f228987adbd05c38011 (diff) |
Diffstat (limited to 'doc/todo/Use_MediaScannerConnection_on_Android.mdwn')
-rw-r--r-- | doc/todo/Use_MediaScannerConnection_on_Android.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Use_MediaScannerConnection_on_Android.mdwn b/doc/todo/Use_MediaScannerConnection_on_Android.mdwn index dc109008a..afce9308d 100644 --- a/doc/todo/Use_MediaScannerConnection_on_Android.mdwn +++ b/doc/todo/Use_MediaScannerConnection_on_Android.mdwn @@ -2,4 +2,6 @@ Currently if photos or videos are copied into the Camera/DCIM directory on an An It is necessary to call MediaScannerConnection - http://developer.android.com/reference/android/media/MediaScannerConnection.html - to notify the system of the change. +More info, and some sample Java code: http://stackoverflow.com/questions/13270789/how-to-run-media-scanner-in-android + 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. |