Limit Intra-System Indications When Screen is Off

-Toggle Limited System Indications to True when screen is off.

Bug: 23420387
Change-Id: Iac27257a4e424f8f03153386e7896bedfe8cf660
diff --git a/device.mk b/device.mk
index a5dfb1b..85df95a 100644
--- a/device.mk
+++ b/device.mk
@@ -332,7 +332,9 @@
 # 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.
 # Leaving this property unset defaults to '0'
-#PRODUCT_PROPERTY_OVERRIDES += \
+# Due to RIL changes, setting this to 1 now enables toggling of limited
+# system indications and does not impact data state changes.
+PRODUCT_PROPERTY_OVERRIDES += \
     persist.radio.data_no_toggle=1
 
 # Audio Configuration