I use a popupwindow for displaying options in Android. I tried to dim/blur the activity when a popupwindow is active, but I did not find a solution... can anybody help me.
I used the following code but it does not work for me.
getWindow().addFlags(android.view.WindowManager.LayoutParams.FLAG_BLUR_BEHIND);