summaryrefslogtreecommitdiff
path: root/overlay/packages/services/Telephony/res/values
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2017-06-27 12:02:00 -0500
committerChris Fries <cfries@google.com>2017-06-27 12:02:00 -0500
commitdc2b50dfc6ee630b9021b5a576c7fa90c5316928 (patch)
tree032ff63fb2c1c7a31b06033d701a49bfcf98c5fb /overlay/packages/services/Telephony/res/values
parent3578d54ef27d3fc05ffa827ae6318f4d50484224 (diff)
downloadbonito-dc2b50dfc6ee630b9021b5a576c7fa90c5316928.tar.gz
crosshatch: Reset to wahoo on master.
commit dc78ac4aaa64e427c0f5c0672dc22939a9a7b85f Merge: 820b880 163a21c Author: Glenn Kasten <gkasten@google.com> Date: Tue Jun 27 15:12:54 2017 +0000 Merge "Report feature android.software.midi to enable testing" into oc-dr1-dev am: 614e203677 am: 163a21c15f Change-Id: I18876c0ce8e0435fdcb947d475c66fe7fae57da1 Change-Id: Id08e99f0603407199020818485eb29d92d421c43
Diffstat (limited to 'overlay/packages/services/Telephony/res/values')
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml22
1 files changed, 22 insertions, 0 deletions
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 00000000..4a10e11c
--- /dev/null
+++ b/overlay/packages/services/Telephony/res/values/config.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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.
+-->
+
+<!-- Phone app resources that may need to be customized
+ for different hardware or product builds. -->
+<resources>
+ <!-- Allow handover from telephony calls to another ConnectionService. -->
+ <bool name="config_support_handover_from">true</bool>
+</resources>