Lucchetto / AndroidSystemBlur

Library to provide easy access to cross-window blur platform APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidSystemBlur

Library to provide easy access to cross-window blur platform API on Android 12 and above. On older versions fallback to solid background

Limitations

The AOSP BackgroundBlurDrawable implementation can only blur the content behind the window, but not content inside it.

Device must ship with ro.surface_flinger.supports_background_blur=1 to support blur effects

TODO

  • Window content blur implementation

About

Library to provide easy access to cross-window blur platform APIs

License:GNU General Public License v2.0


Languages

Language:Kotlin 90.3%Language:Java 9.7%