1service blur_sysprop_notifier /system_ext/bin/blur_sysprop_notifier
2    class core
3    user shell
4    group shell
5    oneshot
6    disabled
7
8on property:vendor.media.gpu.readable=*
9    start blur_sysprop_notifier
10