In Android SDK the fonction "scanFile" from "MediaScannerConnection"
class allows to add files in the MediaStore, and then to use nice
android apps to display and play multimedia files.

The "ScanFile" method need a "path" parameter (the path to the file to
be scanned).

Is there a way to build a content provider for files on a ftp server
and use the "scanFile" method to add them to the media store ?

What would be the "path" for these files on a network storage unit ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to