summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2010-10-25 19:33:55 -0700
committerDaniel Lehmann <lehmannd@google.com>2010-10-26 11:38:35 -0700
commit47a5100b4e9bc510ce1351302853b9b2a23ea556 (patch)
treecf64de2cba50fc80f47bd19ee07776333c3150e0 /overlay
parentdf4d2a58930e84bc9fc8b00c1e303c14591d0b23 (diff)
downloadstingray-47a5100b4e9bc510ce1351302853b9b2a23ea556.tar.gz
Removed overlay as the application uses the system property now
Change-Id: I06bff0f92f1fa4f9901c92b1cb5f5aed8b77a6a8
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Contacts/res/values/config.xml21
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 50ad844..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) 2010 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>
-
- <!-- Dialer activity is disabled on this device -->
- <bool name="dialerEnabled">false</bool>
-</resources>