Toast from FileObserver
问题 I have a problem. I'm using a FileObserver , which moves new files from the watched directories to another, former specified directory. In my thoughts there should be shown a toast message that says 'File xy has been moved', as long as the observer watches the directory, also if the applications is only in the background. But I didn't get it working. It always tells me, that there is a RuntimeException , and that it cannot been done without calling Looper.prepare() . 05-11 13:21:28.484: WARN