mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: FM: Fix sepolicy denial and crash of app
- Don't crash on no headphones detected - Use progressdialog instead of disabling touch - Don't crash while manually updating freqs list - Address selinux denial on aidl
This commit is contained in:
parent
25c497ade3
commit
e682783f6b
6 changed files with 32 additions and 12 deletions
|
|
@ -13,5 +13,7 @@ allow hal_fmradio_default sysfs_virtual:dir search;
|
|||
allow hal_fmradio_default fm_radio_device:chr_file { read write open ioctl };
|
||||
|
||||
allow hal_fmradio_default hal_audio_route_service:service_manager find;
|
||||
allow hal_fmradio_default self:capability kill;
|
||||
allow hal_fmradio_default system_app:process signull;
|
||||
|
||||
binder_call(hal_fmradio_default, hal_audio_route_default)
|
||||
|
|
|
|||
Loading…
Reference in a new issue