From 88218211cc518f7e3710ae81ece6b60b76e48c0f Mon Sep 17 00:00:00 2001 From: Cyan Hsieh Date: Tue, 8 Jun 2021 08:48:08 +0000 Subject: [PATCH] Revert "Set audio.camerasound.force for JP devices" This reverts commit b6c4f766b748af81d502cf031c75b2c6c4c7cf09. Reason for revert: switch to use ro.boot.hardware.sku for judgement Bug: 188396079 Change-Id: I012b2d32d9b7245fd1d1be5a00c5e922a1f52d19 --- conf/init.gs101.rc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/conf/init.gs101.rc b/conf/init.gs101.rc index 5cfb81da..ad187409 100644 --- a/conf/init.gs101.rc +++ b/conf/init.gs101.rc @@ -816,9 +816,3 @@ on property:vendor.disable.bcl.control=1 on property:vendor.disable.bcl.control=0 write /sys/devices/virtual/pmic/mitigation/instruction/enable_mitigation 1 - -# For Japan radio builds, 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.radio.subtype=1 - setprop audio.camerasound.force true