Set audio.camerasound.force for JP devices

Test: set to JP sku and check No camera sound option
Bug: 255226094
Change-Id: I11050e39a447ac5748a05fd109447866dff5f613
This commit is contained in:
Cyan_Hsieh 2022-09-29 14:24:08 +08:00
parent 31db954709
commit d0fe411f84

View file

@ -140,3 +140,9 @@ on property:sys.boot_completed=1
on override-sf-uclamp
write /proc/vendor_sched/rt_uclamp_min 0
write /proc/vendor_sched/sf_uclamp_min 0
# For Japan sku, always enforce camera shutter sound
# Since this property is read by the audio server in system service,
# it should be written by the system init.
on property:ro.boot.hardware.sku=G0B96
setprop audio.camerasound.force true