I guess this is a question straight to Mark, but I can't for the life of me get a Toast notification to work from inside the doWakefulWork method of WakefulIntentService. It works from the onCreate, but I need to use some data I am getting through the intent within the toast message.
I've tried to instantiate the handler from within the OnCreate but this doesn't seem to do anything. I've tried everything I can think of. The Toast just doesn't seem to run on the main thread. Any help?