sm7325-common: Fix property SELinux denials
Some of our properties were in the wrong spot or duplicated into the wrong spot, so let's fix these denials Example: E init : Do not have permissions to set 'persist.vendor.btstack.aac_frm_ctl.enabled' to 'true' in property file '/vendor/build.prop': SELinux permission check failed Change-Id: Ifc27e35f7e8ba428d7ea37cfa7220af24100efef
This commit is contained in:
parent
00a151f121
commit
8eb885e3eb
2 changed files with 6 additions and 7 deletions
|
|
@ -6,6 +6,9 @@ audio.offload.min.duration.secs=60
|
|||
audio.offload.video=false
|
||||
media.aac_51_output_enabled=true
|
||||
|
||||
# Bluetooth
|
||||
persist.vendor.btstack.aac_frm_ctl.enabled=true
|
||||
|
||||
# Charger
|
||||
ro.charger.enable_suspend=1
|
||||
|
||||
|
|
@ -43,6 +46,9 @@ ro.media.recorder-max-base-layer-fps=60
|
|||
persist.vendor.data.mode=concurrent
|
||||
ro.vendor.use_data_netmgrd=true
|
||||
|
||||
# NFC
|
||||
ro.nfc.port=I2C
|
||||
|
||||
# Radio
|
||||
ro.telephony.default_network=33,33
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue