summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2015-08-06 03:24:36 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-08-06 03:24:36 +0000
commitcbb2689d61f5b065c37bed90b46196a4dfbf6753 (patch)
tree3dbc6554bfb159845780ba953e5b1a70afe30dfb
parent1e80ed2f4facf122da3d8fb88766f77681f26496 (diff)
parentd8b0f0ebfb4aaf4aae4d5c74709a22faf60eac6e (diff)
downloadhammerhead-cbb2689d61f5b065c37bed90b46196a4dfbf6753.tar.gz
Merge "Disable Data Dormant/Active Indications while SCREEN_OFF" into mnc-dev
-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