From bd6af984017d0db9afa05ac88983ff586029cd6f Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 24 Aug 2011 20:10:00 -0700 Subject: 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 --- .../packages/apps/Contacts/res/values/config.xml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 overlay/packages/apps/Contacts/res/values/config.xml (limited to 'overlay') 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 @@ - - - - - - - true - -- cgit v1.1