6 lines
181 B
Plaintext
6 lines
181 B
Plaintext
|
# allow systemui to set boot animation colors
|
||
|
set_prop(platform_app, bootanim_system_prop);
|
||
|
|
||
|
# allow systemui to access fingerprint
|
||
|
hal_client_domain(platform_app, hal_fingerprint)
|