diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-09-15 17:30:00 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:28:00 +0800 |
commit | 8d53decb8a5850b0643225f3687396320dcd5d64 (patch) | |
tree | 163bce59f03eb29f6864e4645bf46da1f0789861 | |
parent | 458ed7c57f16caf3be8bf9f807aa94617a80725c (diff) |
Revert "Set audio.camerasound.force for JP devices"
This reverts commit d6f8a94b6d3ae60cdeb72e41125ae3acd0ef7f54.
Change-Id: I2ba02951070e16ae719a3116efbab3705e813a9c
-rw-r--r-- | conf/init.lynx.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/init.lynx.rc b/conf/init.lynx.rc index c116f92..3bcd589 100644 --- a/conf/init.lynx.rc +++ b/conf/init.lynx.rc @@ -83,12 +83,6 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1 write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1 -# 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=G82U8 - setprop audio.camerasound.force true - # Haptics on property:vendor.all.modules.ready=1 mkdir /mnt/vendor/persist/haptics 0770 system system |