Merge "Allow boot color propagation"

This commit is contained in:
TreeHugger Robot 2021-08-17 06:24:21 +00:00 committed by Android (Google) Code Review
commit e610648768
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
# allow systemui to set boot animation colors
set_prop(platform_app, bootanim_system_prop);

View file

@ -1,2 +1,8 @@
# Fingerprint (UDFPS) GHBM/LHBM toggle
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
# Boot animation dynamic colors
persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int
persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int