Set audio.camerasound.force for JP devices am: de4f625a53 am: cd77810477 am: 4252f52e3f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/14880400 Change-Id: Ib6092b80c3c3aa7d5a01f293ef250f9d52f35253
This commit is contained in:
commit
ae4504c360
2 changed files with 12 additions and 0 deletions
|
@ -18,3 +18,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
|
||||||
|
|
||||||
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||||
setprop vendor.thermal.config "thermal_info_config_WHI_A.json"
|
setprop vendor.thermal.config "thermal_info_config_WHI_A.json"
|
||||||
|
|
||||||
|
# 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=GR1YH
|
||||||
|
setprop audio.camerasound.force true
|
||||||
|
|
|
@ -30,3 +30,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
chown bluetooth system /proc/bluetooth/timesync
|
chown bluetooth system /proc/bluetooth/timesync
|
||||||
|
|
||||||
|
# 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=GF5KQ
|
||||||
|
setprop audio.camerasound.force true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue