summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2018-05-26 00:36:47 +0100
committerMichael Wright <michaelwr@google.com>2018-05-26 00:36:47 +0100
commit29f2d5d3fc745697c9a127d329a6669fb8ea75df (patch)
tree58547d301f3d0675a37aab22b0a3c9d83e264585 /overlay
parent4a62d1dba0ffe2b586117ebd52a1523177cd222a (diff)
downloadbonito-29f2d5d3fc745697c9a127d329a6669fb8ea75df.tar.gz
Enable multiple haptic intensity support.
Bug: 80243632 Test: manual Change-Id: Ic47f77d049b4ce8df9dfcb06afd3838d7cbbf73a
Diffstat (limited to 'overlay')
-rwxr-xr-xoverlay/packages/apps/Settings/res/values/config.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml
new file mode 100755
index 00000000..c2ac3b4f
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2018 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>
+ <!-- Whether or not the device is capable of multiple levels of vibration intensity.
+ Note that this is different from whether it can control the vibration amplitude as some
+ devices will be able to vary their amplitude but do not possess enough dynamic range to
+ have distinct intensity levels -->
+ <bool name="config_vibration_supports_multiple_intensities">true</bool>
+</resources>