summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o <Andrew@web>2013-07-02 13:57:15 +0000
committerGravatar admin <admin@branchable.com>2013-07-02 13:57:15 +0000
commit6bd6beae722204306da82f228987adbd05c38011 (patch)
tree209386e0b30e8e81dacee2139e13d9bfe00f99f9 /doc/todo
parentf9c2ac1b2332fc227bb3cfeb4b0dec97847a8dcf (diff)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Use_MediaScannerConnection_on_Android.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/Use_MediaScannerConnection_on_Android.mdwn b/doc/todo/Use_MediaScannerConnection_on_Android.mdwn
new file mode 100644
index 000000000..dc109008a
--- /dev/null
+++ b/doc/todo/Use_MediaScannerConnection_on_Android.mdwn
@@ -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.