Allow platform apps to access FP Hal
Bug: 227247855 Test: Verified manually that the fingerprint extension is working. Change-Id: Ia8fedcb373e23bf2103803195f844bf90b1807bc
This commit is contained in:
parent
0cfdc0266c
commit
517ab7da4d
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue