Hi everyone, I'm making a popup in Android using Toast, is there any way when shown to blur the window behind. I'd usually use:
getWindow().setFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND,
WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
But in this case am not sure how to go about it... Any help would be great, thanks!