android.media.MediaScannerConnection.OnScanCompletedListener |
Known Indirect Subclasses
|
Interface for notifying clients of the result of scanning a requested media file.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Called to notify the client when the media scanner has finished
scanning a file.
|
Called to notify the client when the media scanner has finished scanning a file.
path | the path to the file that has been scanned. |
---|---|
uri | the Uri for the file if the scanning operation succeeded and the file was added to the media database, or null if scanning failed. |