Skip to content

Commit

Permalink
Disable Data Dormant/Active Indications while SCREEN_OFF
Browse files Browse the repository at this point in the history
bug: 22962106
bug: 22414044

Change-Id: Ia69f2bf5c5f448603e5256ee1e2adf85bcb4bbef
  • Loading branch information
Nathan Harold committed Aug 5, 2015
1 parent 135894c commit d8b0f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8b0f0e

Please sign in to comment.