79299315

Date: 2024-12-21 11:31:08
Score: 2
Natty:
Report link

I know it's too late but i want to give alternative to "FLAG_BLUR_BEHIND"

see this: Android 12 Window Blurs

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
        val window: Window = this.window
        window.setBackgroundBlurRadius(20)  // Set blur radius
}
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shubham