Set audio.camerasound.force for JP devices am: 970a2bc9d2

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

Change-Id: I6d9a066c1666d055d0c7618d707bfc592d726a38
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Cyan_Hsieh 2022-04-08 03:38:25 +00:00 committed by Automerger Merge Worker
commit c976dc8787
2 changed files with 12 additions and 0 deletions

View file

@ -32,3 +32,9 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
write /sys/class/spi_master/spi0/spi0.0/synaptics_tcm.0/sysfs/high_sensitivity 1
# 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=GFE4J
setprop audio.camerasound.force true

View file

@ -12,3 +12,9 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
write /proc/focaltech_touch/high_sensitivity 1
# 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=G03Z5
setprop audio.camerasound.force true