[ALPS04202940] Xcap: use raw url

set/get property for whether xcap use raw url

MTK-Commit-Id: d6f9cdb5a6752582a5effd143ea77e6ca44c2ca6

Change-Id: I093c419181606cd8adb41449b02ff9c5cfa42b51
CR-Id: ALPS04202940
Feature: IMS SS
(cherry picked from commit 8e45ece0df6b2d8619f461afde28dcbb163dbab2)
This commit is contained in:
Juan Rong 2020-01-18 10:07:53 +08:00
parent 9e520e8fef
commit ae82eac4a3
3 changed files with 9 additions and 0 deletions

View File

@ -279,3 +279,5 @@ type mtk_malloc_debug_backtrace_prop, property_type, mtk_core_property_type;
#=============MTK Voice Recognize property===========
type mtk_voicerecgnize_prop, property_type, mtk_core_property_type;
#=============allow radio to set/get xcap rawurl config================
type persist_xcap_rawurl_prop, property_type, extended_core_property_type;

View File

@ -325,3 +325,5 @@ vendor.voicerecognize.raw u:object_r:mtk_voicerecgnize_prop:s0
vendor.voicerecognize_data.raw u:object_r:mtk_voicerecgnize_prop:s0
vendor.voicerecognize.noDL u:object_r:mtk_voicerecgnize_prop:s0
#=============allow radio to set/get xcap rawurl config================
persist.vendor.mtk.xcap.rawurl u:object_r:persist_xcap_rawurl_prop:s0

View File

@ -221,3 +221,8 @@ set_prop(radio, coredump_prop)
# Purpose : mtk EM c2k bypass read usb file
allow radio sys_usb_rawbulk:file { r_file_perms };
allow radio sys_usb_rawbulk:dir { r_dir_perms };
#Date : 2018/11/02
# Operation : Allow radio persist_xcap_rawurl_prop:property_service set;
# Purpose : for set telephony xcap use raw url property in IMS SS
set_prop(radio, persist_xcap_rawurl_prop)