Adding android progress dialog inside Background service with AsyncTask,Getting FATAL Exception
问题 Iam calling a Asynctask from Scheduled Service Every 10 mins it will Run. while running the Service, Progress dialog getting Exception from OnpreExecute . ERROR : FATAL EXCEPTION: main android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application at android.view.ViewRootImpl.setView(ViewRootImpl.java:594) at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:259) at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69) at