Is any way to blur background when fragment show?
every ways I was tried.
When I called getForeground
in:
(container.getForeground().setAlpha(5))..
it is show to me ERROR under (getForeground
)
(Must API >=23)
and my application minSdkVersion = 14
Any way to implement method or class to blur background when sdk < 23 or when sdk = 14?