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:
parent
00542aef84
commit
52e2601835
1 changed files with 6 additions and 0 deletions
|
@ -104,3 +104,9 @@ on property:vendor.all.modules.ready=1
|
|||
# Start the twoshay touch service
|
||||
on property:vendor.device.modules.ready=1
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue