diff --git a/conf/init.tegu.rc b/conf/init.tegu.rc index 4c589bf..8b35f0f 100644 --- a/conf/init.tegu.rc +++ b/conf/init.tegu.rc @@ -67,3 +67,10 @@ 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=G3Y12 + setprop audio.camerasound.force true +