I have main activity with background image and with some buttons,editext and textviews.
Now when I launch this activity I should have the background image with blur effect and all the controls visible.
I have done this way but result with no effect
getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
As it is already deprectaed. Can anyone suggest me the best way to do this?