summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorAlexey Polyudov <apolyudov@google.com>2017-10-13 12:41:27 -0700
committerAlexey Polyudov <apolyudov@google.com>2017-10-13 18:04:36 -0700
commit1cf56afaaf3f9c2a9d00f4b24f15983553cd352e (patch)
treeb51625fec17469fa5136395bf10fe026526f47d3 /overlay/frameworks
parent931d8c94733f09f5b3bc57719f0b9d8293af2430 (diff)
downloadbonito-1cf56afaaf3f9c2a9d00f4b24f15983553cd352e.tar.gz
Add new symbol to framework overlay
Change-Id: I5c6f5fadec4946f8fc113ff135bda6d08cf8814d Signed-off-by: Alexey Polyudov <apolyudov@google.com>
Diffstat (limited to 'overlay/frameworks')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml2
-rw-r--r--overlay/frameworks/base/core/res/res/values/symbols.xml20
2 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index e8e68ed0..e9541915 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -327,4 +327,6 @@
<!-- Enables or disables haptic effect when the text insertion/selection handle is moved
manually by the user. -->
<bool name="config_enableHapticTextHandle">true</bool>
+
+ <bool name="config_dual_LTE_capability">false</bool>
</resources>
diff --git a/overlay/frameworks/base/core/res/res/values/symbols.xml b/overlay/frameworks/base/core/res/res/values/symbols.xml
new file mode 100644
index 00000000..5a21dbe6
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values/symbols.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* Copyright 2012, 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>
+ <java-symbol type="bool" name="config_dual_LTE_capability" />
+</resources>