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

This commit is contained in:
Nina Chen 2023-09-05 03:00:22 +00:00 committed by Android (Google) Code Review
commit 625cc8be98

View file

@ -104,3 +104,9 @@ on property:vendor.all.modules.ready=1
# Start the twoshay touch service # Start the twoshay touch service
on property:vendor.device.modules.ready=1 on property:vendor.device.modules.ready=1
start twoshay 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=G576D
setprop audio.camerasound.force true