diff options
author | David Brown <dab@google.com> | 2011-08-24 20:10:00 -0700 |
---|---|---|
committer | David Brown <dab@google.com> | 2011-08-24 20:10:00 -0700 |
commit | bd6af984017d0db9afa05ac88983ff586029cd6f (patch) | |
tree | 359c068e7ae7ac9de33dfe16976bafc6ed30999c | |
parent | 640090e6d6a365c32f5676bfdfa5ea7c6fb94496 (diff) | |
download | device_samsung_crespo-bd6af984017d0db9afa05ac88983ff586029cd6f.zip device_samsung_crespo-bd6af984017d0db9afa05ac88983ff586029cd6f.tar.gz device_samsung_crespo-bd6af984017d0db9afa05ac88983ff586029cd6f.tar.bz2 |
Clean up an unnecessary resource override
Remove the apps/Contacts config.xml overlay since it's not needed: the
only resource contained there ("config_show_onscreen_dial_button") is
redundant since the default (from apps/Contacts) is already "true".
(And that resource may be going away soon anyway, so let's just nuke it
here now to avoid any future build breakage...)
Change-Id: Ia7cb49472672117950784c055745476e070ff83b
-rw-r--r-- | overlay/packages/apps/Contacts/res/values/config.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/overlay/packages/apps/Contacts/res/values/config.xml b/overlay/packages/apps/Contacts/res/values/config.xml deleted file mode 100644 index 6e48cd8..0000000 --- a/overlay/packages/apps/Contacts/res/values/config.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. ---> - -<!-- Crespo-specific Contacts app resources. --> -<resources> - <!-- Enable the onscreen "Dial" button in the dialer. --> - <bool name="config_show_onscreen_dial_button">true</bool> -</resources> |