From 39aee1a6755bfcbf0b70298adecf0d5993ec5f9b Mon Sep 17 00:00:00 2001 From: Ayishwarya Narasimhan Date: Wed, 5 Aug 2020 17:30:56 -0700 Subject: [PATCH] sdm710-common: init.qcom.rc: Remove unused property Remove persist.ims.regmanager.mode property along with the service which is unused Change-Id: I6875dadffa2770d2f4ce19f44ec9b24b08523cc6 --- rootdir/etc/init.qcom.rc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index c275771..1319982 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -861,14 +861,6 @@ service vendor.wigig_hostapd /vendor/bin/hw/hostapd -dd -j wigighostapd /data/v oneshot disabled -service ims_regmanager /system/vendor/bin/exe-ims-regmanagerprocessnative - class late_start - group net_bt_admin inet radio wifi - disabled - -on property:persist.ims.regmanager.mode=1 - start ims_regmanager - on property:ro.data.large_tcp_window_size=true # Adjust socket buffer to enlarge TCP receive window for high bandwidth (e.g. DO-RevB) write /proc/sys/net/ipv4/tcp_adv_win_scale 2