I want to开发者_如何学Go pause the media scanner service and then do some work and resume the service. Is it possible? How can I do that?
If you are referring to the MediaScanner
, then, no, you cannot pause a scan operation. However, you can have it scan one file at a time, so you can pause/do work/resume yourself.
精彩评论