diff options
Diffstat (limited to 'common/private/platform_app.te')
| -rw-r--r-- | common/private/platform_app.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/private/platform_app.te b/common/private/platform_app.te index 44e447d..09ff0f5 100644 --- a/common/private/platform_app.te +++ b/common/private/platform_app.te @@ -2,3 +2,6 @@ allow platform_app ota_package_file:dir { read open search }; allow platform_app vendor_sysfs_dc_dim:file rw_file_perms; + +# Allow exTHmUI's custom properties to be changed +allow platform_app system_prop:property_service set; |
