diff options
-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 ad61381..154bba4 100644 --- a/conf/init.lynx.rc +++ b/conf/init.lynx.rc @@ -111,12 +111,6 @@ on override-sf-uclamp write /proc/vendor_sched/rt_uclamp_min 0 write /proc/vendor_sched/sf_uclamp_min 0 -# 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 - # Route vibrator.adaptive_haptics.enabled to persist on property:vibrator.adaptive_haptics.enabled=0 setprop persist.vendor.vibrator.hal.context.enable false |