summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2015-10-14 13:23:20 -0700
committerNathan Harold <nharold@google.com>2015-10-14 13:23:20 -0700
commit52c2975dc73403d01e404cf7e73634e3b993598c (patch)
tree070776b4c01871e004d8aa9702e888dd8c977a79
parentd0131734c97e55dbcd73e209fc2cc64d5a46d9ca (diff)
downloadhammerhead-52c2975dc73403d01e404cf7e73634e3b993598c.tar.gz
Limit Intra-System Indications When Screen is Off
-Toggle Limited System Indications to True when screen is off. Bug: 23420387 Change-Id: Iac27257a4e424f8f03153386e7896bedfe8cf660
-rw-r--r--device.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index a5dfb1b..85df95a 100644
--- a/device.mk
+++ b/device.mk
@@ -332,7 +332,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
# 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