FileObserver listening on background, Android O
问题 I have FileObserver in my application, now it runs on the background and if new file registered - instantiate uploading of it to some server in foreground service. In Android O we should use FirebaseJob Dispatcher to do some job in background, but how could we apply it for FileObserver ? Is there any way to analyze data in background? Or maybe it's fail to use FileObserver since now? 回答1: but how could we apply it for FileObserver? You can't. Is there any way to analyze data in background?