Set audio.camerasound.force for JP devices am: c6ee271914

Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/27353107

Change-Id: I01a70aa9d6b1bff98c689df4d227a342e01eccce
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Robin Peng 2024-05-15 12:51:46 +00:00 committed by Automerger Merge Worker
commit 210fb3befb
3 changed files with 18 additions and 0 deletions

View file

@ -73,3 +73,9 @@ on property:sys.boot_completed=1
chown system input /dev/touch_offload
chmod 660 /dev/touch_offload
start twoshay
# 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=GWVK6
setprop audio.camerasound.force true

View file

@ -77,3 +77,9 @@ on property:sys.boot_completed=1
chown system input /dev/touch_offload
chmod 660 /dev/touch_offload
start twoshay
# 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=GQ57S
setprop audio.camerasound.force true

View file

@ -75,3 +75,9 @@ on fs
# Permission for SSC mode enable
chown system system /sys/class/backlight/panel0-backlight/ssc_en
chmod 664 /sys/class/backlight/panel0-backlight/ssc_en
# 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=G1B60
setprop audio.camerasound.force true