summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2015-08-04 19:01:19 -0700
committerNathan Harold <nharold@google.com>2015-08-05 02:04:39 +0000
commitd8b0f0ebfb4aaf4aae4d5c74709a22faf60eac6e (patch)
treeebffa7dad9b027f29e8f386a34d0126d287ef1d4
parent135894c6740b06571873b47f4f35a5b9b347197c (diff)
downloadhammerhead-d8b0f0ebfb4aaf4aae4d5c74709a22faf60eac6e.tar.gz
Disable Data Dormant/Active Indications while SCREEN_OFF
bug: 22962106 bug: 22414044 Change-Id: Ia69f2bf5c5f448603e5256ee1e2adf85bcb4bbef
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index c35055f..a5dfb1b 100644
--- a/device.mk
+++ b/device.mk
@@ -331,7 +331,8 @@ 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.
-PRODUCT_PROPERTY_OVERRIDES += \
+# Leaving this property unset defaults to '0'
+#PRODUCT_PROPERTY_OVERRIDES += \
persist.radio.data_no_toggle=1
# Audio Configuration