diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-12 14:11:56 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-09-12 14:30:21 -0700 |
commit | 10826879a6638173e7b4c7520d347a9934b27776 (patch) | |
tree | cb66d65b841e5fba42544e1eb85b70a949e6f45d /res/values/bools.xml | |
parent | 31b562cede179bb39c2a4dc44788ddeb73567f2d (diff) | |
download | packages_apps_Settings-10826879a6638173e7b4c7520d347a9934b27776.tar.gz packages_apps_Settings-10826879a6638173e7b4c7520d347a9934b27776.tar.bz2 packages_apps_Settings-10826879a6638173e7b4c7520d347a9934b27776.zip |
Use a new config flag to decide if notification led pulsing can be turned on/off.
Bug: 5242350
Change-Id: I6119abcfca01db4b937098a1a92233ba63f9cb29
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r-- | res/values/bools.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml index 3d5c380b0..a7e6ac834 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -15,9 +15,6 @@ --> <resources> - <!-- Whether or not there is a notification led that is too intrusive to be pulsing - constantly --> - <bool name="has_intrusive_led">false</bool> <!-- Whether or not the dock settings are to be displayed for this device when docked --> <bool name="has_dock_settings">false</bool> <!-- Whether there is a silent mode checkbox --> |