Android 暂停/恢复服务
我想暂停媒体扫描仪服务,然后做一些工作并恢复该服务。是否可以?我怎样才能做到这一点?
I want to pause the media scanner service and then do some work and resume the service. Is it possible? How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您指的是
MediaScanner
,那么,不,您无法暂停扫描操作。但是,您可以让它一次扫描一个文件,这样您就可以自己暂停/工作/恢复。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.