Set audio.camerasound.force for JP devices

Test: set to JP sku and check No camera sound option

Bug: 298117078
Change-Id: I64175de809b51411a257593476b249e4f1a3dae3
This commit is contained in:
Nina Chen 2023-09-04 14:57:49 +08:00
parent 00542aef84
commit 52e2601835

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