summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2018-05-26 00:35:19 +0100
committerMichael Wright <michaelwr@google.com>2018-05-25 23:55:18 +0000
commit2d270c057a35ed717e3e42f91b07fda83d226278 (patch)
treee36ca854e14f8dc6c2b87f218b73001d6fd9476f /overlay
parentf05fef0ff8eb633865e438d5e6ce17a0843be07e (diff)
downloadbonito-2d270c057a35ed717e3e42f91b07fda83d226278.tar.gz
Default VIBRATE_WHEN_RINGING on.
Audio-coupled haptics are a go! Bug: 79212179 Test: manual Change-Id: I405fa973d1584b6dbe9ce3f74b69909f8570a37b
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
new file mode 100644
index 00000000..3bef4210
--- /dev/null
+++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 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>
+ <!-- Default for Settings.System.VIBRATE_WHEN_RINGING -->
+ <bool name="def_vibrate_when_ringing">true</bool>
+</resources>