Merge "Set audio.camerasound.force for JP devices" into udc-d1-dev

This commit is contained in:
Treehugger Robot 2023-04-18 02:23:17 +00:00 committed by Android (Google) Code Review
commit e3309b1dee
2 changed files with 12 additions and 0 deletions

View file

@ -91,3 +91,9 @@ on property:vendor.all.modules.ready=1
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
enable vendor.vibrator.cs40l26
# 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=GE9DP
setprop audio.camerasound.force true

View file

@ -91,3 +91,9 @@ on property:vendor.all.modules.ready=1
chown system system /sys/bus/i2c/devices/4-0043/default/delay_before_stop_playback_us
enable vendor.vibrator.cs40l26
# 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=GZPF0
setprop audio.camerasound.force true