diff options
-rw-r--r-- | conf/init.cheetah.rc | 6 | ||||
-rw-r--r-- | conf/init.panther.rc | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/conf/init.cheetah.rc b/conf/init.cheetah.rc index 0d8010a..8c6ce6e 100644 --- a/conf/init.cheetah.rc +++ b/conf/init.cheetah.rc @@ -36,9 +36,3 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet # Persist on post-fs-data chmod 770 /mnt/vendor/persist/uwb - -# 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=GFE4J - setprop audio.camerasound.force true diff --git a/conf/init.panther.rc b/conf/init.panther.rc index 2e78ee9..2aea5a0 100644 --- a/conf/init.panther.rc +++ b/conf/init.panther.rc @@ -5,9 +5,3 @@ import /vendor/etc/init/hw/init.pantah.rc on property:vendor.device.modules.ready=1 # Start the twoshay touch service 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=G03Z5 - setprop audio.camerasound.force true |