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
commit7870dda9f826fefe535ce88b7cb5122bbc1b90c6 (patch)
treeea4d63c42843dc044b7d97904569296b27da35e2 /overlay
parente23aec914ddd36318a1c93419a8306c3c1404066 (diff)
downloaddevice_samsung_tuna-7870dda9f826fefe535ce88b7cb5122bbc1b90c6.zip
device_samsung_tuna-7870dda9f826fefe535ce88b7cb5122bbc1b90c6.tar.gz
device_samsung_tuna-7870dda9f826fefe535ce88b7cb5122bbc1b90c6.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>