Bug: 227247855 Test: Verified manually that the fingerprint extension is working. Change-Id: Ia8fedcb373e23bf2103803195f844bf90b1807bc
5 lines
181 B
Text
5 lines
181 B
Text
# 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)
|