Revert "-Change persist.radio.data_no_toggle=1 to improve modem power reporting accuracy."

This reverts commit 521c0f3a88047e36f8bba30275116f9895231227.

bug: 22962106
bug: 22414044

Change-Id: Id11038129d014a75be45a96ff3474e9e34c2d99f
diff --git a/device.mk b/device.mk
index 41e2288..bba8ebb 100644
--- a/device.mk
+++ b/device.mk
@@ -247,11 +247,6 @@
     persist.radio.fsg_reload_on=1 \
     persist.radio.mcfg_enabled=1
 
-# If data_no_toggle is 1 then active and dormancy enable at all times.
-# If data_no_toggle is 0 there are no reports if the screen is off.
-PRODUCT_PROPERTY_OVERRIDES += \
-     persist.radio.data_no_toggle=1
-
 # Camera configuration
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
     camera.disable_zsl_mode=0
diff --git a/init.shamu.rc b/init.shamu.rc
index 8278645..63e7144 100644
--- a/init.shamu.rc
+++ b/init.shamu.rc
@@ -339,6 +339,9 @@
 on property:ro.bluetooth.ftm_enabled=true
     start ftmd
 
+on property:persist.env.fastdorm.enabled=true
+    setprop persist.radio.data_no_toggle 1
+
 service irsc_util /system/bin/irsc_util "/etc/sec_config"
     class main
     user root