Skip to content Skip to sidebar Skip to footer

Background Not Blur Activity In ICS Api Level 14 When Open Dialog In Android

I making apps for background image blur when open dialog on button click event and its working for api level 8(Gingerbread) and api level 14 (ICS) not background image blur its onl

Solution 1:

FLAG_BLUR_BEHIND was deprecated in API level 14.

Blurring is no longer supported.

As per Dianne Hackborn Android framework engineer

I recommend avoiding this. Back in the G1 days the blur effect could be implemented somewhat efficiently in software. Those days are long past. This is something you should avoid until at some point in the future when it is done on the GPU.


Solution 2:


Post a Comment for "Background Not Blur Activity In ICS Api Level 14 When Open Dialog In Android"