aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhacker29 <dhackerdvm@gmail.com>2014-04-19 22:11:35 -0400
committerdhacker29 <dhackerdvm@gmail.com>2014-04-19 22:14:59 -0400
commit6104bd1fe6308b49d68ad40d93097d6a89b7a644 (patch)
tree0ce7ec3ce6f796c886555e14f8292c4b130aaffc
parente757bd7b618adcc0571de76aa9e29fab657f16ec (diff)
Overlay Fix up telephony
Change-Id: I233e61ae0ceb8b2cacdbccf18964dbf4755e0ab8
l---------overlay/packages/apps/Phone1
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml21
2 files changed, 22 insertions, 0 deletions
diff --git a/overlay/packages/apps/Phone b/overlay/packages/apps/Phone
new file mode 120000
index 0000000..0f8d39e
--- /dev/null
+++ b/overlay/packages/apps/Phone
@@ -0,0 +1 @@
+../services/Telephony/ \ No newline at end of file
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
new file mode 100644
index 0000000..238701e
--- /dev/null
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,21 @@
+<?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.
+-->
+
+<!-- shooteru-specific phone app resources. -->
+<resources>
+ <!-- Flag indicating if the phone is a world phone-->
+ <bool name="world_phone">true</bool>
+</resources>