Hey I am trying to achieve blur but on documentation it says it is supported only on Android 12 and above.
Any clue on how to make it backward compatible
a
andrew
03/23/2022, 2:44 PM
This happens on the compositor layer in Android, can’t really back port that feature
f
FunkyMuse
03/23/2022, 4:20 PM
Create your blur modifier and if build version is above and eq Android 12 use the one provided, else use RenderScript or Vulkan