Set audio.camerasound.force for JP devices

Test: set to JP sku and check No camera sound option
Bug: 247935640
Change-Id: I08f6e9c187a47be289ef8a5e24b6724c353a680d
This commit is contained in:
Cyan_Hsieh 2022-09-29 14:24:08 +08:00 committed by Cyan Hsieh
parent 9342bb887b
commit d6f8a94b6d

View file

@ -100,3 +100,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=G82U8
setprop audio.camerasound.force true