Set audio.camerasound.force for JP devices

Test: set to JP sku and check No camera sound option
Bug: 188396079
Change-Id: Id6a89d53f796d2311b91955908ec72e88edbc371
This commit is contained in:
Cyan_Hsieh 2021-05-26 14:46:52 +08:00 committed by TreeHugger Robot
parent 4de06908f9
commit 7a7f31c030

View file

@ -808,3 +808,9 @@ on property:vendor.thermal.link_ready=1
chown system system /dev/thermal/tz-by-name/soc/mode chown system system /dev/thermal/tz-by-name/soc/mode
chown system system /dev/thermal/tz-by-name/soc/trip_point_0_temp chown system system /dev/thermal/tz-by-name/soc/trip_point_0_temp
chown system system /dev/thermal/tz-by-name/soc/trip_point_0_hyst chown system system /dev/thermal/tz-by-name/soc/trip_point_0_hyst
# For Japan radio builds, 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.radio.subtype=1
setprop audio.camerasound.force true