Merge "Allow boot color propagation" into sc-qpr1-dev am: 9c97417d3a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15600825 Change-Id: I7c3f9be67d2e2ae13c034e4909c9ec589e38ccf2
This commit is contained in:
commit
c9690b1256
2 changed files with 8 additions and 0 deletions
2
system_ext/private/platform_app.te
Normal file
2
system_ext/private/platform_app.te
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# allow systemui to set boot animation colors
|
||||||
|
set_prop(platform_app, bootanim_system_prop);
|
|
@ -1,2 +1,8 @@
|
||||||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||||
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue