diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2021-01-19 11:56:48 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2021-01-19 11:56:48 +0000 |
| commit | 98409909673e769cf628a2d1b94b65a5f69d3f06 (patch) | |
| tree | 6b5ea1c2b2ba4a2f5f66083eca82d140b10c0238 | |
| parent | 3f20ce261ab434d67f00eccf64a8af1719843b09 (diff) | |
lineage: Make FastCharge service discoverable by Settings app
Change-Id: Id0c5aca2d166d3e787089103d945060a981ff518
| -rw-r--r-- | common/private/system_app.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/private/system_app.te b/common/private/system_app.te index 02aeef3..a259114 100644 --- a/common/private/system_app.te +++ b/common/private/system_app.te @@ -6,6 +6,7 @@ allow system_app cache_recovery_file:file {create rw_file_perms}; get_prop(system_app, vendor_security_patch_level_prop) # Allow access to the HALs +hal_client_domain(system_app, hal_lineage_fastcharge) hal_client_domain(system_app, hal_lineage_livedisplay) hal_client_domain(system_app, hal_lineage_touch) |
