summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-09-12 14:13:00 -0700
committerAmith Yamasani <yamasani@google.com>2011-09-12 14:30:59 -0700
commitf95371fed2d8f17892f5249748de9bc730fc03ab (patch)
tree86638ffce810551483c4bc19954704af76c0c3c5 /overlay
parent005332e6ab95d68e8db278e5eb6516a017bbfe54 (diff)
downloaddevice_samsung_tuna-f95371fed2d8f17892f5249748de9bc730fc03ab.zip
device_samsung_tuna-f95371fed2d8f17892f5249748de9bc730fc03ab.tar.gz
device_samsung_tuna-f95371fed2d8f17892f5249748de9bc730fc03ab.tar.bz2
Use a new config flag to decide if notification led pulsing can be turned on/off.
Bug: 5242350 Change-Id: Ief79f6a15419beda1e90fd3e996baed832de56c7
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7600077..a71e2b5 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -179,4 +179,7 @@
<!-- Component name of the service providing geocoder API support. -->
<string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
+ <!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
+ <bool name="config_intrusiveNotificationLed">true</bool>
+
</resources>