diff options
author | Amith Yamasani <yamasani@google.com> | 2011-09-12 14:12:38 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-09-12 14:30:41 -0700 |
commit | e340c38df03e72c1faafe1290bd1217468eaf1c4 (patch) | |
tree | 5d3ec9fe4921459bb1c340b3502d20688dc0eff1 /overlay | |
parent | 840555bb2231267bcfd3eb62077734a5a1e720d4 (diff) | |
download | device_samsung_crespo-e340c38df03e72c1faafe1290bd1217468eaf1c4.zip device_samsung_crespo-e340c38df03e72c1faafe1290bd1217468eaf1c4.tar.gz device_samsung_crespo-e340c38df03e72c1faafe1290bd1217468eaf1c4.tar.bz2 |
Use a new config flag to decide if notification led pulsing can be turned on/off.
This old one is no longer needed.
Bug: 5242350
Change-Id: Ifdc67b4885c2ca59fd9586bfb48fc21e0012545f
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml deleted file mode 100644 index cc816c0..0000000 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2009 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<resources> - <!-- Whether or not there is a notification led that is too intrusive to be pulsing - constantly --> - <bool name="has_intrusive_led">false</bool> -</resources> |