1# Qualcomm telephony apps, such as AtFwd and FastDormancy 2type qtelephony, domain, coredomain; 3 4app_domain(qtelephony) 5 6hwbinder_use(qtelephony) 7add_hwservice(qtelephony, vnd_atcmdfwd_hwservice) 8 9allow qtelephony { app_api_service }:service_manager find; 10 11# Read and write /data/data subdirectory. 12allow qtelephony system_app_data_file:dir create_dir_perms; 13allow qtelephony system_app_data_file:{ file lnk_file } create_file_perms; 14 15set_prop(qtelephony, ctl_default_prop) 16