Loading config/common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libem_sensor_jni # Audio Settings PRODUCT_PACKAGES += \ libaudio_volume_jni # ThemeInterfacer PRODUCT_PACKAGES += \ ThemeInterfacer Loading sepolicy/system_app.te +5 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,8 @@ allow system_app sysfs_smartwake:file rw_file_perms; allow system_app sysfs_perf_control:file rw_file_perms; allow system_app em_svr:unix_stream_socket connectto; # NVRAM for audio settings allow system_app nvdata_file:dir r_dir_perms; allow system_app nvdata_file:file rw_file_perms; allow system_app nvdata_file:lnk_file r_file_perms; Loading
config/common.mk +4 −0 Original line number Diff line number Diff line Loading @@ -143,6 +143,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ libem_sensor_jni # Audio Settings PRODUCT_PACKAGES += \ libaudio_volume_jni # ThemeInterfacer PRODUCT_PACKAGES += \ ThemeInterfacer Loading
sepolicy/system_app.te +5 −0 Original line number Diff line number Diff line Loading @@ -6,3 +6,8 @@ allow system_app sysfs_smartwake:file rw_file_perms; allow system_app sysfs_perf_control:file rw_file_perms; allow system_app em_svr:unix_stream_socket connectto; # NVRAM for audio settings allow system_app nvdata_file:dir r_dir_perms; allow system_app nvdata_file:file rw_file_perms; allow system_app nvdata_file:lnk_file r_file_perms;